diff options
Diffstat (limited to 'clang')
-rw-r--r-- | clang/test/Driver/crash-report.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/Driver/crash-report.c b/clang/test/Driver/crash-report.c index 528edfb0d85..95c57f238e0 100644 --- a/clang/test/Driver/crash-report.c +++ b/clang/test/Driver/crash-report.c @@ -3,7 +3,8 @@ // RUN: not env TMPDIR=%t TEMP=%t TMP=%t RC_DEBUG_OPTIONS=1 %clang -fsyntax-only %s \ // RUN: -F/tmp/ -I /tmp/ -idirafter /tmp/ -iquote /tmp/ -isystem /tmp/ \ // RUN: -iprefix /the/prefix -iwithprefix /tmp -iwithprefixbefore /tmp/ \ -// RUN: -internal-isystem /tmp/ -internal-externc-isystem /tmp/ \ +// RUN: -Xclang -internal-isystem -Xclang /tmp/ \ +// RUN: -Xclang -internal-externc-isystem -Xclang /tmp/ \ // RUN: -DFOO=BAR 2>&1 | FileCheck %s // RUN: cat %t/crash-report-*.c | FileCheck --check-prefix=CHECKSRC %s // RUN: cat %t/crash-report-*.sh | FileCheck --check-prefix=CHECKSH %s |