From: Argyrios Kyrtzidis Date: Wed, 13 Jul 2016 22:03:47 +0000 (+0000) Subject: [test] Add 'env' to fix test failures in windows bots. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ae6e480095d887215db836932c651e0f8f748dc;p=clang [test] Add 'env' to fix test failures in windows bots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@275324 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/pch-warn-as-error-code-split.cpp b/test/Index/pch-warn-as-error-code-split.cpp index 115c9e3d31..f9efc8f95d 100644 --- a/test/Index/pch-warn-as-error-code-split.cpp +++ b/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.