From: Douglas Yung Date: Tue, 13 Mar 2018 00:41:44 +0000 (+0000) Subject: Add missing "env" so that test added in r327322 passes on Windows bots. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57dd603406218f46868893f7bb47fec855ada108;p=clang Add missing "env" so that test added in r327322 passes on Windows bots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@327354 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/reparsed-live-issue.cpp b/test/Index/reparsed-live-issue.cpp index fcf22cd287..56423de0b7 100644 --- a/test/Index/reparsed-live-issue.cpp +++ b/test/Index/reparsed-live-issue.cpp @@ -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