diff options
| author | Serge Pavlov <sepavloff@gmail.com> | 2018-04-26 08:08:25 +0000 |
|---|---|---|
| committer | Serge Pavlov <sepavloff@gmail.com> | 2018-04-26 08:08:25 +0000 |
| commit | db31e7a582dc0b97439abdb584050e9d52c05f4e (patch) | |
| tree | 804dd692ec820130a363f36428ec32e7a3504b0a | |
| parent | f015a56761804b92b4d56486f5390177148a86de (diff) | |
| download | bcm5719-llvm-db31e7a582dc0b97439abdb584050e9d52c05f4e.tar.gz bcm5719-llvm-db31e7a582dc0b97439abdb584050e9d52c05f4e.zip | |
Make test more platform neutral
llvm-svn: 330927
| -rw-r--r-- | clang/test/Driver/config-file4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/config-file4.c b/clang/test/Driver/config-file4.c index f61e3173434..9231ab64e15 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 |

