gdb/testsuite: make runto_main not pass no-message to runto
[binutils-gdb.git] / gdb / testsuite / lib / gdb.exp
index afdc92eec3fa3fd649e379772afa6ff88b2f5ccf..6de49c15492a4978388d445bc9de098b653507f2 100644 (file)
@@ -707,7 +707,7 @@ proc runto { function args } {
 # If you don't want that, use gdb_start_cmd.
 
 proc runto_main { } {
-    return [runto main no-message qualified]
+    return [runto main qualified]
 }
 
 ### Continue, and expect to hit a breakpoint.