diff options
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/fission-loclists.exp')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/fission-loclists.exp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/fission-loclists.exp b/gdb/testsuite/gdb.dwarf2/fission-loclists.exp index 31c7bcafbaf..d906eeb69cc 100644 --- a/gdb/testsuite/gdb.dwarf2/fission-loclists.exp +++ b/gdb/testsuite/gdb.dwarf2/fission-loclists.exp @@ -16,9 +16,7 @@ load_lib dwarf.exp # We run objcopy locally to split out the .dwo file. -if [is_remote host] { - return 0 -} +require {!is_remote host} # This test can only be run on targets which support DWARF-2 and use gas. require dwarf2_support |