From 1ae6e480095d887215db836932c651e0f8f748dc Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Wed, 13 Jul 2016 22:03:47 +0000 Subject: [PATCH] [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 --- test/Index/pch-warn-as-error-code-split.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.40.0