diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/volatile.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/volatile.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/volatile.exp b/gdb/testsuite/gdb.base/volatile.exp index 35aa1cf..e85d415 100644 --- a/gdb/testsuite/gdb.base/volatile.exp +++ b/gdb/testsuite/gdb.base/volatile.exp @@ -27,7 +27,7 @@ # const volatile pointers to const vars # const volatile pointers to volatile vars # ... etc. (you get the idea) -# Mostly with char and unsigned char. +# Mostly with char and unsigned char. # # test running programs @@ -54,7 +54,7 @@ proc local_compiler_xfail_check { } { if {[test_compiler_info gcc-2-*]} { if { ![test_debug_format "HP"] \ && ![test_debug_format "DWARF \[0-9\]"] } then { - setup_xfail "*-*-*" + setup_xfail "*-*-*" } } } |