diff options
Diffstat (limited to 'gdb/testsuite/gdb.cp/mb-inline2.cc')
-rw-r--r-- | gdb/testsuite/gdb.cp/mb-inline2.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/mb-inline2.cc b/gdb/testsuite/gdb.cp/mb-inline2.cc index 7c44f3f..8dea2a4 100644 --- a/gdb/testsuite/gdb.cp/mb-inline2.cc +++ b/gdb/testsuite/gdb.cp/mb-inline2.cc @@ -21,5 +21,5 @@ int bfn () { - return foo (1); + return foo (1) + multi_line_foo (1); } |