forked from OSchip/llvm-project
Move not past env.
This only makes a difference with broken versions of env (like the one in gnutools32) that always return 0. llvm-svn: 187123
This commit is contained in:
parent
db267e2a7c
commit
c0f037d4db
|
@ -6,7 +6,7 @@
|
|||
// RUN: c-index-test -write-pch %t.h.pch %S/targeted-top.h
|
||||
// RUN: env CINDEXTEST_FAILONERROR=1 not c-index-test -cursor-at=%S/targeted-nested1.h:2:16 %s -include %t.h \
|
||||
// RUN: -Xclang -error-on-deserialized-decl=NestedVar1
|
||||
// RUN: not env CINDEXTEST_FAILONERROR=1 c-index-test -cursor-at=%S/targeted-nested1.h:2:16 %s -include %t.h \
|
||||
// RUN: env CINDEXTEST_FAILONERROR=1 not c-index-test -cursor-at=%S/targeted-nested1.h:2:16 %s -include %t.h \
|
||||
// RUN: -Xclang -error-on-deserialized-decl=NestedVar1 2>&1 \
|
||||
// RUN: | FileCheck %s
|
||||
|
||||
|
|
Loading…
Reference in New Issue