diff options
| author | Joel E. Denny <jdenny.ornl@gmail.com> | 2018-12-18 01:17:28 +0000 |
|---|---|---|
| committer | Joel E. Denny <jdenny.ornl@gmail.com> | 2018-12-18 01:17:28 +0000 |
| commit | c646b4b05ef29e4705855a68948048e46dc6d914 (patch) | |
| tree | bd025a8bd8da0a5b2c110a0740908982d1bdc9a6 /llvm/test/FileCheck | |
| parent | 53ce05960e851bf46caf5b4a8d209f16836b2f89 (diff) | |
| download | bcm5719-llvm-c646b4b05ef29e4705855a68948048e46dc6d914.tar.gz bcm5719-llvm-c646b4b05ef29e4705855a68948048e46dc6d914.zip | |
[FileCheck] Try to fix test on windows due to r349418
llvm-svn: 349432
Diffstat (limited to 'llvm/test/FileCheck')
| -rw-r--r-- | llvm/test/FileCheck/dump-input-enable.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FileCheck/dump-input-enable.txt b/llvm/test/FileCheck/dump-input-enable.txt index 21893979aca..71e3d5dd9d6 100644 --- a/llvm/test/FileCheck/dump-input-enable.txt +++ b/llvm/test/FileCheck/dump-input-enable.txt @@ -19,7 +19,7 @@ ; RUN: not FileCheck -dump-input=foobar 2>&1 \ ; RUN: | FileCheck %s -match-full-lines -check-prefix=BADVAL -BADVAL: FileCheck: for the -dump-input option: Cannot find option named 'foobar'! +BADVAL: FileCheck{{.*}}: for the -dump-input option: Cannot find option named 'foobar'! ;-------------------------------------------------- ; help |

