aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2018-05-17 02:36:36 +0000
committerTom Stellard <tstellar@redhat.com>2018-05-17 02:36:36 +0000
commitb64bda0075b32a0007508d201201f540fa3a2718 (patch)
tree30e4a7b06f0907a075a5665243582af65d28fd36
parent2894a80397bbf9a024b9dec61ab116068635d96a (diff)
downloadllvm-b64bda0075b32a0007508d201201f540fa3a2718.zip
llvm-b64bda0075b32a0007508d201201f540fa3a2718.tar.gz
llvm-b64bda0075b32a0007508d201201f540fa3a2718.tar.bz2
Merging r327354:
------------------------------------------------------------------------ r327354 | dyung | 2018-03-12 17:41:44 -0700 (Mon, 12 Mar 2018) | 2 lines Add missing "env" so that test added in r327322 passes on Windows bots. ------------------------------------------------------------------------ llvm-svn: 332566
-rw-r--r--clang/test/Index/reparsed-live-issue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/reparsed-live-issue.cpp b/clang/test/Index/reparsed-live-issue.cpp
index fcf22cd..56423de 100644
--- a/clang/test/Index/reparsed-live-issue.cpp
+++ b/clang/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