diff options
Diffstat (limited to 'clang/test/Driver/fsanitize-blacklist.c')
-rw-r--r-- | clang/test/Driver/fsanitize-blacklist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/fsanitize-blacklist.c b/clang/test/Driver/fsanitize-blacklist.c index 6878298e675..2d3ef3f6eee 100644 --- a/clang/test/Driver/fsanitize-blacklist.c +++ b/clang/test/Driver/fsanitize-blacklist.c @@ -6,7 +6,7 @@ // 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 // for fragile tests. -// DELIMITERS: {{^ *"}} +// DELIMITERS: {{^ (\(in-process\)|")}} // RUN: echo "fun:foo" > %t.good // RUN: echo "fun:bar" > %t.second |