diff options
Diffstat (limited to 'gdb/testsuite/gdb.ada/float-bits.exp')
-rw-r--r-- | gdb/testsuite/gdb.ada/float-bits.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.ada/float-bits.exp b/gdb/testsuite/gdb.ada/float-bits.exp index 848cbc2..f000d5d 100644 --- a/gdb/testsuite/gdb.ada/float-bits.exp +++ b/gdb/testsuite/gdb.ada/float-bits.exp @@ -22,7 +22,7 @@ require allow_ada_tests standard_ada_testfile prog if {[gdb_compile_ada "${srcfile}" "${binfile}" executable {debug}] != ""} { - return -1 + return } # Given a floating point EXPRESSION, return the size of the result. |