summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2018-05-17 19:03:52 +0000
committerTom Stellard <tstellar@redhat.com>2018-05-17 19:03:52 +0000
commit489394b255be8808ff731e1608e1b7534dd6f1bd (patch)
treea758f9d4bfcf021985ab87de4840bc8ea7920b47
parentac7072575e07f73cc283455f3de4541d60abd219 (diff)
downloadllvm-489394b255be8808ff731e1608e1b7534dd6f1bd.tar.gz
Merging r330927:
------------------------------------------------------------------------ r330927 | sepavloff | 2018-04-26 01:08:25 -0700 (Thu, 26 Apr 2018) | 2 lines Make test more platform neutral ------------------------------------------------------------------------ llvm-svn: 332650
-rw-r--r--clang/test/Driver/config-file4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/config-file4.c b/clang/test/Driver/config-file4.c
index f61e31734344..9231ab64e157 100644
--- a/clang/test/Driver/config-file4.c
+++ b/clang/test/Driver/config-file4.c
@@ -1,2 +1,2 @@
// RUN: %clang --config %S/Inputs/empty.cfg -Wall -Wextra -Wformat -Wstrict-aliasing -Wshadow -Wpacked -Winline -Wimplicit-function-declaration -c %s -O2 -o /dev/null -v 2>&1 | FileCheck %s -check-prefix PR37196
-// PR37196: Configuration file: {{.*}}/empty.cfg
+// PR37196: Configuration file: {{.*}}empty.cfg