diff options
| -rw-r--r-- | lldb/lit/Register/x86-64-gp-write.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/lit/Register/x86-64-gp-write.test b/lldb/lit/Register/x86-64-gp-write.test index 685fe1942a1..0f624f1066e 100644 --- a/lldb/lit/Register/x86-64-gp-write.test +++ b/lldb/lit/Register/x86-64-gp-write.test @@ -1,6 +1,6 @@ # XFAIL: system-windows # REQUIRES: native && target-x86_64 -# RUN: %clangxx -fomit-frame-pointer %p/Inputs/x86-64-gp-read.cpp -o %t +# RUN: %clangxx -fomit-frame-pointer %p/Inputs/x86-64-gp-write.cpp -o %t # RUN: %lldb -b -s %s %t | FileCheck %s process launch |

