Skip to content

Commit

Permalink
Fix another record-parsing-invocation.c test issue on Windows
Browse files Browse the repository at this point in the history
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
(cherry picked from commit 28ba22a)
  • Loading branch information
dyung authored and hyp committed Dec 11, 2017
1 parent 77fa090 commit efec2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Index/record-parsing-invocation.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit efec2fb

Please sign in to comment.