]> granicus.if.org Git - clang/commitdiff
Fix another record-parsing-invocation.c test issue on Windows
authorDouglas Yung <douglas.yung@sony.com>
Tue, 5 Dec 2017 23:04:12 +0000 (23:04 +0000)
committerDouglas Yung <douglas.yung@sony.com>
Tue, 5 Dec 2017 23:04:12 +0000 (23:04 +0000)
Lit's env should be used before not. (Another case missed by the previous commit)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@319848 91177308-0d34-0410-b5e6-96231b3b80d8

test/Index/record-parsing-invocation.c

index 4cddd4931cf9385792d3ed31971c056b80c84799..3254e58aef048a4aa60a69ec9830d91eb8ebe9fb 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: rm -rf %t
 // RUN: mkdir %t
-// RUN: not env CINDEXTEST_INVOCATION_EMISSION_PATH=%t c-index-test -test-load-source all %s
+// RUN: env CINDEXTEST_INVOCATION_EMISSION_PATH=%t not c-index-test -test-load-source all %s
 // RUN: cat %t/libclang-* | FileCheck %s
 
 // RUN: rm -rf %t