aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.fortran/nested-funcs-2.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 5f1b04f..6c02583 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,10 @@
2020-05-14 Tom de Vries <tdevries@suse.de>
+ * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
+ output.
+
+2020-05-14 Tom de Vries <tdevries@suse.de>
+
* gdb.base/align.exp: Split into ...
* gdb.base/align.exp.in: ...
* gdb.base/align-c++.exp: ...
diff --git a/gdb/testsuite/gdb.fortran/nested-funcs-2.exp b/gdb/testsuite/gdb.fortran/nested-funcs-2.exp
index 724be74..4e517bb 100644
--- a/gdb/testsuite/gdb.fortran/nested-funcs-2.exp
+++ b/gdb/testsuite/gdb.fortran/nested-funcs-2.exp
@@ -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.