summaryrefslogtreecommitdiff
path: root/test/Index
diff options
context:
space:
mode:
authorDouglas Yung <douglas.yung@sony.com>2017-12-05 23:04:12 +0000
committerDouglas Yung <douglas.yung@sony.com>2017-12-05 23:04:12 +0000
commit28ba22a29df35642c2ceae01ec3f71c73dfed7ed (patch)
tree4d84d4f351090e67bc743fd6f6d17994825f3f38 /test/Index
parent456e35cbb384bd7fb97cf995163fd9d17e319b77 (diff)
Fix another record-parsing-invocation.c test issue on Windows
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
Diffstat (limited to 'test/Index')
-rw-r--r--test/Index/record-parsing-invocation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/record-parsing-invocation.c b/test/Index/record-parsing-invocation.c
index 4cddd4931c..3254e58aef 100644
--- a/test/Index/record-parsing-invocation.c
+++ b/test/Index/record-parsing-invocation.c
@@ -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