diff options
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/valop.exp')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/valop.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/valop.exp b/gdb/testsuite/gdb.dwarf2/valop.exp index f7343ef76da..4dc743427f0 100644 --- a/gdb/testsuite/gdb.dwarf2/valop.exp +++ b/gdb/testsuite/gdb.dwarf2/valop.exp @@ -21,7 +21,7 @@ if {![dwarf2_support]} { return 0 } # This test can only be run on x86 targets. -if {![istarget i?86-*]} { +if {![is_x86_like_target]} { return 0 } |