diff options
Diffstat (limited to 'gdb/testsuite/gdb.cp/mb-inline1.cc')
-rw-r--r-- | gdb/testsuite/gdb.cp/mb-inline1.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/mb-inline1.cc b/gdb/testsuite/gdb.cp/mb-inline1.cc index 11c0113..22d1116 100644 --- a/gdb/testsuite/gdb.cp/mb-inline1.cc +++ b/gdb/testsuite/gdb.cp/mb-inline1.cc @@ -23,7 +23,7 @@ int afn () { - return foo (0); + return foo (0) + multi_line_foo (0); } int |