summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada/complete.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.ada/complete.exp')
-rw-r--r--gdb/testsuite/gdb.ada/complete.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.ada/complete.exp b/gdb/testsuite/gdb.ada/complete.exp
index c1f22c2a3e..cb9e4ae7ff 100644
--- a/gdb/testsuite/gdb.ada/complete.exp
+++ b/gdb/testsuite/gdb.ada/complete.exp
@@ -212,7 +212,7 @@ test_gdb_complete "ambiguous_func" \
# However, we want to sanity-check each one of them, knowing that
# each result should start with "break ada" and that the proposed
# completion should look like a valid symbol name (in particular,
-# no uppercase letters...).
+# no uppercase letters...). See gdb/22670.
gdb_test_no_output "set max-completions unlimited"
@@ -222,6 +222,6 @@ gdb_test_multiple "$test" $test {
pass $test
}
-re "\[A-Z\].*$gdb_prompt $" {
- kfail gdb/22670 $test
+ fail "$test (gdb/22670)"
}
}