mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +00:00
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:
@@ -32,7 +32,7 @@ if {$output != ""} {
|
|||||||
unsupported "scalar storage order not supported"
|
unsupported "scalar storage order not supported"
|
||||||
} else {
|
} else {
|
||||||
# Otherwise issue the fail.
|
# Otherwise issue the fail.
|
||||||
gdb_compile_test $srcfile $result
|
gdb_compile_test $srcfile $output
|
||||||
}
|
}
|
||||||
# Either way we're not running this test.
|
# Either way we're not running this test.
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user