[gdb/testsuite] Fix gdb.fortran/nested-funcs-2.exp with gdbserver
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.fortran / nested-funcs-2.exp
index 724be74ff8801174b755bedcad1c2463780b7c12..4e517bba2fef27aff0f9aca60320a603f06cd234 100644 (file)
@@ -89,7 +89,7 @@ proc do_bp_tests {with_src_prefix_p with_nest_prefix_p} {
 
     # Call a contained function.
     if { ${with_nest_prefix_p} } {
-       gdb_test "call ${nest_prefix}subroutine_to_call()" " called"
+       gdb_test_stdio "call ${nest_prefix}subroutine_to_call()" " called" ""
     }
 
     # Break on another contained function and run to it.
This page took 0.031995 seconds and 4 git commands to generate.