gdb/testsuite: fix undefined variable in gdb.ada/scalar_storage.exp

Commit:

  commit be382ece16
  Date:   Wed Feb 12 09:35:26 2025 -0700

      Check for compiler support in scalar_storage.exp

Introduced an undefined variable use in gdb.ada/scalar_storage.exp,
fixed by this commit.
This commit is contained in:
Andrew Burgess
2025-03-13 18:41:42 +00:00
parent 11b1c5b52e
commit acc71ddb5b

View File

@@ -32,7 +32,7 @@ if {$output != ""} {
unsupported "scalar storage order not supported"
} else {
# Otherwise issue the fail.
gdb_compile_test $srcfile $result
gdb_compile_test $srcfile $output
}
# Either way we're not running this test.
return