|
@@ -2,14 +2,14 @@
|
|
|
// RUN: rm -rf %t
|
|
|
// RUN: mkdir -p %t/i %t/m %t
|
|
|
|
|
|
-// RUN: not env FORCE_CLANG_DIAGNOSTICS_CRASH= TMPDIR=%t TEMP=%t TMP=%t \
|
|
|
-// RUN: %clang -fsyntax-only %s \
|
|
|
+// RUN: env FORCE_CLANG_DIAGNOSTICS_CRASH= TMPDIR=%t TEMP=%t TMP=%t \
|
|
|
+// RUN: not %clang -fsyntax-only %s \
|
|
|
// RUN: -I %S/Inputs/module -isysroot %/t/i/ \
|
|
|
// RUN: -fmodules -fmodules-cache-path=%t/m/ -DFOO=BAR 2>&1 | \
|
|
|
// RUN: FileCheck -check-prefix=CRASH_ENV %s
|
|
|
|
|
|
-// RUN: not env TMPDIR=%t TEMP=%t TMP=%t \
|
|
|
-// RUN: %clang -gen-reproducer -fsyntax-only %s \
|
|
|
+// RUN: env TMPDIR=%t TEMP=%t TMP=%t \
|
|
|
+// RUN: not %clang -gen-reproducer -fsyntax-only %s \
|
|
|
// RUN: -I %S/Inputs/module -isysroot %/t/i/ \
|
|
|
// RUN: -fmodules -fmodules-cache-path=%t/m/ -DFOO=BAR 2>&1 | \
|
|
|
// RUN: FileCheck -check-prefix=CRASH_FLAG %s
|