forked from OSchip/llvm-project
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) llvm-svn: 319848
This commit is contained in:
parent
64fac884a7
commit
ba3542b221
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue