aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada/str_ref_cmp.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.ada/str_ref_cmp.exp')
-rw-r--r--gdb/testsuite/gdb.ada/str_ref_cmp.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.ada/str_ref_cmp.exp b/gdb/testsuite/gdb.ada/str_ref_cmp.exp
index 95fc8ee..a3362bf 100644
--- a/gdb/testsuite/gdb.ada/str_ref_cmp.exp
+++ b/gdb/testsuite/gdb.ada/str_ref_cmp.exp
@@ -20,7 +20,7 @@ require allow_ada_tests
standard_ada_testfile foo
if {[gdb_compile_ada "${srcfile}" "${binfile}" executable [list debug]] != "" } {
- return -1
+ return
}
clean_restart ${testfile}
@@ -34,7 +34,7 @@ gdb_test_multiple {print "a" = "a"} $test {
-re " = false\r\n$gdb_prompt $" {
kfail ada/12607 $test
untested ${testdir}.exp
- return 0
+ return
}
-re " = true\r\n$gdb_prompt $" {
pass $test