diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2016-07-13 22:03:47 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2016-07-13 22:03:47 +0000 |
commit | 150dcbabbce926416a3183c30eade64a9562c975 (patch) | |
tree | fca325863568d24cc4acdb3748feeb61099b8c5d /clang/test/Index/pch-warn-as-error-code-split.cpp | |
parent | 70a12c5dd1bf3583f7cdd75f7321473adea488f8 (diff) | |
download | bcm5719-llvm-150dcbabbce926416a3183c30eade64a9562c975.tar.gz bcm5719-llvm-150dcbabbce926416a3183c30eade64a9562c975.zip |
[test] Add 'env' to fix test failures in windows bots.
llvm-svn: 275324
Diffstat (limited to 'clang/test/Index/pch-warn-as-error-code-split.cpp')
-rw-r--r-- | clang/test/Index/pch-warn-as-error-code-split.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/pch-warn-as-error-code-split.cpp b/clang/test/Index/pch-warn-as-error-code-split.cpp index 115c9e3d317..f9efc8f95db 100644 --- a/clang/test/Index/pch-warn-as-error-code-split.cpp +++ b/clang/test/Index/pch-warn-as-error-code-split.cpp @@ -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. |