mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 12:34:43 +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"
|
||||
} else {
|
||||
# Otherwise issue the fail.
|
||||
gdb_compile_test $srcfile $result
|
||||
gdb_compile_test $srcfile $output
|
||||
}
|
||||
# Either way we're not running this test.
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user