]> granicus.if.org Git - clang/commitdiff
Add missing "env" so that test added in r327322 passes on Windows bots.
authorDouglas Yung <douglas.yung@sony.com>
Tue, 13 Mar 2018 00:41:44 +0000 (00:41 +0000)
committerDouglas Yung <douglas.yung@sony.com>
Tue, 13 Mar 2018 00:41:44 +0000 (00:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@327354 91177308-0d34-0410-b5e6-96231b3b80d8

test/Index/reparsed-live-issue.cpp

index fcf22cd2877f980392fc1ecc4eca8af03ae5b40d..56423de0b72a7fd645bfc98bd21019e7fd43102d 100644 (file)
@@ -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