diff options
Diffstat (limited to 'lldb/lit/tools/lldb-mi/exec/exec-next-instruction.test')
-rw-r--r-- | lldb/lit/tools/lldb-mi/exec/exec-next-instruction.test | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lldb/lit/tools/lldb-mi/exec/exec-next-instruction.test b/lldb/lit/tools/lldb-mi/exec/exec-next-instruction.test index f012a5daceb..abd4e526375 100644 --- a/lldb/lit/tools/lldb-mi/exec/exec-next-instruction.test +++ b/lldb/lit/tools/lldb-mi/exec/exec-next-instruction.test @@ -1,7 +1,4 @@ -# XFAIL: system-windows -# -> llvm.org/pr24452 -# -# RUN: %clang -o %t %p/inputs/main.c -g +# RUN: %build %p/inputs/main.c --nodefaultlib -o %t # RUN: %lldbmi %t < %s | FileCheck %s # Test lldb-mi -exec-next-instruction command. |