[lit] Use the build.py script in the case-insensitive test
authorStella Stamenova <stilis@microsoft.com>
Thu, 6 Dec 2018 23:25:37 +0000 (23:25 +0000)
committerStella Stamenova <stilis@microsoft.com>
Thu, 6 Dec 2018 23:25:37 +0000 (23:25 +0000)
This makes the test build correctly regardless of whether we use VS or ninja to run the tests

llvm-svn: 348544

lldb/lit/Breakpoint/case-insensitive.test

index f0184a9..b94fd82 100644 (file)
@@ -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