summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/warning-options_pedantic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Driver/warning-options_pedantic.cpp')
-rw-r--r--clang/test/Driver/warning-options_pedantic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/warning-options_pedantic.cpp b/clang/test/Driver/warning-options_pedantic.cpp
index 4dbf92d12ba..f3c9969c6c5 100644
--- a/clang/test/Driver/warning-options_pedantic.cpp
+++ b/clang/test/Driver/warning-options_pedantic.cpp
@@ -1,6 +1,6 @@
// Make sure we don't match the -NOT lines with the linker invocation.
// Delimiters match the start of the cc1 and the start of the linker lines
-// DELIMITERS: {{^ *"}}
+// DELIMITERS: {{^ (\(in-process\)|")}}
// RUN: %clang -### -pedantic -no-pedantic %s 2>&1 | FileCheck -check-prefix=NO_PEDANTIC -check-prefix=DELIMITERS %s
// RUN: %clang -### -pedantic -Wno-pedantic %s 2>&1 | FileCheck -check-prefix=PEDANTIC -check-prefix=DELIMITERS %s
OpenPOWER on IntegriCloud