Simplify gdb.reverse/until-reverse.c
[external/binutils.git] / gdb / testsuite / gdb.reverse / until-precsave.exp
index b5afa52..f06b662 100644 (file)
@@ -91,7 +91,7 @@ gdb_test "until $bp_location19" \
 # Finish out to main scope
 #
 gdb_test "finish" \
-    " in main .*$srcfile:$bp_location1.*" \
+    "main .*$srcfile:.*" \
     "finish to main"
 
 # Advance to a function called by main (marker2)