r327354 - Add missing "env" so that test added in r327322 passes on Windows bots.

Douglas Yung via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 12 17:41:44 PDT 2018


Author: dyung
Date: Mon Mar 12 17:41:44 2018
New Revision: 327354

URL: http://llvm.org/viewvc/llvm-project?rev=327354&view=rev
Log:
Add missing "env" so that test added in r327322 passes on Windows bots.

Modified:
    cfe/trunk/test/Index/reparsed-live-issue.cpp

Modified: cfe/trunk/test/Index/reparsed-live-issue.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/reparsed-live-issue.cpp?rev=327354&r1=327353&r2=327354&view=diff
==============================================================================
--- cfe/trunk/test/Index/reparsed-live-issue.cpp (original)
+++ cfe/trunk/test/Index/reparsed-live-issue.cpp Mon Mar 12 17:41:44 2018
@@ -1,4 +1,4 @@
-// RUN: CINDEXTEST_EDITING=1 LIBCLANG_DISABLE_CRASH_RECOVERY=1 c-index-test -test-load-source-reparse 2 none -remap-file-0=%S/Inputs/reparse-issue.h,%S/Inputs/reparse-issue.h-0 -remap-file-1=%S/Inputs/reparse-issue.h,%S/Inputs/reparse-issue.h-1 -- %s 2>&1 | FileCheck %s
+// RUN: env CINDEXTEST_EDITING=1 LIBCLANG_DISABLE_CRASH_RECOVERY=1 c-index-test -test-load-source-reparse 2 none -remap-file-0=%S/Inputs/reparse-issue.h,%S/Inputs/reparse-issue.h-0 -remap-file-1=%S/Inputs/reparse-issue.h,%S/Inputs/reparse-issue.h-1 -- %s 2>&1 | FileCheck %s
 #include "Inputs/reparse-issue.h"
 
 // CHECK: reparse-issue.h:4:1:{1:1-1:1}: error: C++ requires a type specifier for all declarations




More information about the cfe-commits mailing list