Fix a typo in x86-64-gp-write.test
authorPavel Labath <pavel@labath.sk>
Mon, 29 Apr 2019 14:04:41 +0000 (14:04 +0000)
committerPavel Labath <pavel@labath.sk>
Mon, 29 Apr 2019 14:04:41 +0000 (14:04 +0000)
The test was building the wrong inferior, causing failures.

llvm-svn: 359451

lldb/lit/Register/x86-64-gp-write.test

index 685fe19..0f624f1 100644 (file)
@@ -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