summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStella Stamenova <stilis@microsoft.com>2018-12-06 23:25:37 +0000
committerStella Stamenova <stilis@microsoft.com>2018-12-06 23:25:37 +0000
commitf8d38df78cdc21482198570d99593b69742840b5 (patch)
tree2e0c99d99e12b029e782c61d8165d4d4dde04dcc
parenta22e34fd15c6dc20a4ef5b67aa3b12f6768d7acf (diff)
downloadbcm5719-llvm-f8d38df78cdc21482198570d99593b69742840b5.tar.gz
bcm5719-llvm-f8d38df78cdc21482198570d99593b69742840b5.zip
[lit] Use the build.py script in the case-insensitive test
This makes the test build correctly regardless of whether we use VS or ninja to run the tests llvm-svn: 348544
-rw-r--r--lldb/lit/Breakpoint/case-insensitive.test5
1 files changed, 3 insertions, 2 deletions
diff --git a/lldb/lit/Breakpoint/case-insensitive.test b/lldb/lit/Breakpoint/case-insensitive.test
index f0184a937ce..b94fd82346c 100644
--- a/lldb/lit/Breakpoint/case-insensitive.test
+++ b/lldb/lit/Breakpoint/case-insensitive.test
@@ -1,6 +1,7 @@
# REQUIRES: system-windows
-# XFAIL: system-windows
-# -> llvm.org/pr24528
+
+# RUN: %build --mode=compile-and-link --compiler=any %p/Inputs/case-sensitive.c --nodefaultlib -o %t
+# RUN: lldb-test breakpoints %t %s | FileCheck %s
#
# RUN: %clang %p/Inputs/case-sensitive.c -g -o %t
# RUN: lldb-test breakpoints %t %s | FileCheck %s
OpenPOWER on IntegriCloud