[Lldb-commits] [lldb] r359451 - Fix a typo in x86-64-gp-write.test
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 29 07:04:42 PDT 2019
Author: labath
Date: Mon Apr 29 07:04:41 2019
New Revision: 359451
URL: http://llvm.org/viewvc/llvm-project?rev=359451&view=rev
Log:
Fix a typo in x86-64-gp-write.test
The test was building the wrong inferior, causing failures.
Modified:
lldb/trunk/lit/Register/x86-64-gp-write.test
Modified: lldb/trunk/lit/Register/x86-64-gp-write.test
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/Register/x86-64-gp-write.test?rev=359451&r1=359450&r2=359451&view=diff
==============================================================================
--- lldb/trunk/lit/Register/x86-64-gp-write.test (original)
+++ lldb/trunk/lit/Register/x86-64-gp-write.test Mon Apr 29 07:04:41 2019
@@ -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
More information about the lldb-commits
mailing list