diff options
Diffstat (limited to 'gdb/testsuite/gdb.cp/namespace.exp')
-rw-r--r-- | gdb/testsuite/gdb.cp/namespace.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/namespace.exp b/gdb/testsuite/gdb.cp/namespace.exp index 3b42d5c8194..50c9124f664 100644 --- a/gdb/testsuite/gdb.cp/namespace.exp +++ b/gdb/testsuite/gdb.cp/namespace.exp @@ -30,7 +30,7 @@ if { [skip_cplus_tests] } { continue } standard_testfile .cc namespace1.cc if [get_compiler_info c++] { - return -1; + return -1 } set xfail_class_types 0 |