Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
Fix one more 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.

Sean Eveson pointed out the right solution. Thanks!


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@319836 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
hyp committed Dec 5, 2017
1 parent 7e22759 commit 3b1d962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Index/record-parsing-invocation.c
Expand Up @@ -17,7 +17,7 @@
// Make sure we record the unsaved file hash.
// RUN: rm -rf %t
// RUN: mkdir %t
// RUN: not env CINDEXTEST_INVOCATION_EMISSION_PATH=%t c-index-test -test-load-source all "-remap-file=%s,%S/Inputs/record-parsing-invocation-remap.c" %s
// RUN: env CINDEXTEST_INVOCATION_EMISSION_PATH=%t not c-index-test -test-load-source all "-remap-file=%s,%S/Inputs/record-parsing-invocation-remap.c" %s
// RUN: cat %t/libclang-* | FileCheck --check-prefix=CHECK-UNSAVED %s

#ifndef AVOID_CRASH
Expand Down

0 comments on commit 3b1d962

Please sign in to comment.