the "ambiguous linespec" series
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / break.exp
index 92fcc6937b2e21463b208dbf371085fa616afcff..c5885ba46d6f7a4e67912ff0d30b96b9de3ca203 100644 (file)
@@ -540,8 +540,9 @@ gdb_test_multiple "catch exec" "$name" {
 # Verify that GDB responds gracefully when asked to set a breakpoint
 # on a nonexistent source line.
 #
+gdb_test_no_output "set breakpoint pending off"
 gdb_test "break 999" \
-    "No line 999 in file .*" \
+    "No line 999 in the current file." \
     "break on non-existent source line"
 
 # Run to the desired default location. If not positioned here, the
This page took 0.026442 seconds and 4 git commands to generate.