summaryrefslogtreecommitdiffstats
path: root/llvm/test/FileCheck
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny.ornl@gmail.com>2018-12-18 01:17:28 +0000
committerJoel E. Denny <jdenny.ornl@gmail.com>2018-12-18 01:17:28 +0000
commitc646b4b05ef29e4705855a68948048e46dc6d914 (patch)
treebd025a8bd8da0a5b2c110a0740908982d1bdc9a6 /llvm/test/FileCheck
parent53ce05960e851bf46caf5b4a8d209f16836b2f89 (diff)
downloadbcm5719-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.txt2
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
OpenPOWER on IntegriCloud