diff options
Diffstat (limited to 'gdb/testsuite/gdb.opt/inline-cmds.c')
-rw-r--r-- | gdb/testsuite/gdb.opt/inline-cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.opt/inline-cmds.c b/gdb/testsuite/gdb.opt/inline-cmds.c index 20e1d0b7d0d..59631d7caae 100644 --- a/gdb/testsuite/gdb.opt/inline-cmds.c +++ b/gdb/testsuite/gdb.opt/inline-cmds.c @@ -61,7 +61,7 @@ int main (void) int val; x = 7; - y = 8; + y = 8; /* set mi break here */ result = func1 (); result = func2 (); |