aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp/expand-sals.cc
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2009-12-24 21:57:06 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2009-12-24 21:57:06 +0000
commit3f78692f4a18555218035e70af3d9b31251bbfcc (patch)
treec10e477b28730c5d6453c919b2478735d83ea607 /gdb/testsuite/gdb.cp/expand-sals.cc
parentcbc999b90f8fe82cc2d2e25926e51c410d158703 (diff)
downloadgdb-3f78692f4a18555218035e70af3d9b31251bbfcc.zip
gdb-3f78692f4a18555218035e70af3d9b31251bbfcc.tar.gz
gdb-3f78692f4a18555218035e70af3d9b31251bbfcc.tar.bz2
gdb/testsuite/
Fix compatibility with G++-4.5. * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment. * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line". (uncaught return): Remove.
Diffstat (limited to 'gdb/testsuite/gdb.cp/expand-sals.cc')
-rw-r--r--gdb/testsuite/gdb.cp/expand-sals.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/expand-sals.cc b/gdb/testsuite/gdb.cp/expand-sals.cc
index 6169a05..e83cd16 100644
--- a/gdb/testsuite/gdb.cp/expand-sals.cc
+++ b/gdb/testsuite/gdb.cp/expand-sals.cc
@@ -49,5 +49,5 @@ main (void)
A a;
B b;
- return 0; /* exit-line */
+ return 0;
}