[test] Add 'env' to fix test failures in windows bots.

llvm-svn: 275324
This commit is contained in:
Argyrios Kyrtzidis
2016-07-13 22:03:47 +00:00
parent 70a12c5dd1
commit 150dcbabbc

View File

@@ -1,4 +1,4 @@
// RUN: CINDEXTEST_EDITING=1 c-index-test -test-load-source local %s -Wuninitialized -Werror=unused 2>&1 | FileCheck -check-prefix=DIAGS %s
// RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source local %s -Wuninitialized -Werror=unused 2>&1 | FileCheck -check-prefix=DIAGS %s
// Make sure -Wuninitialized works even though the header had a warn-as-error occurrence.