diff options
Diffstat (limited to 'gdb/testsuite/gdb.cp/namelessclass.exp')
-rw-r--r-- | gdb/testsuite/gdb.cp/namelessclass.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/namelessclass.exp b/gdb/testsuite/gdb.cp/namelessclass.exp index 6f6f7d2..24cd625 100644 --- a/gdb/testsuite/gdb.cp/namelessclass.exp +++ b/gdb/testsuite/gdb.cp/namelessclass.exp @@ -20,7 +20,7 @@ load_lib dwarf.exp # Do not run in environments which do not support C++. # This test can only be run on x86-like targets which support DWARF. -require dwarf2_support !skip_cplus_tests +require dwarf2_support allow_cplus_tests if {![istarget "x86_64-*-*"] || ![is_lp64_target]} { return 0 |