diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/non-ldr-exc-1.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/non-ldr-exc-1.exp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.threads/non-ldr-exc-1.exp b/gdb/testsuite/gdb.threads/non-ldr-exc-1.exp index 689246f7fca..558810dbf0c 100644 --- a/gdb/testsuite/gdb.threads/non-ldr-exc-1.exp +++ b/gdb/testsuite/gdb.threads/non-ldr-exc-1.exp @@ -16,11 +16,6 @@ # Test that when a thread other than the main thread execs, we follow # through to the new incarnation of the main thread. -# No exec event support in the remote protocol. -if { [is_remote target] } then { - continue -} - standard_testfile set executable ${testfile} |