[PATCH] D57760: Fix defines.txt test failure on Windows targets

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 6 00:28:42 PST 2019


thopre updated this revision to Diff 185496.
thopre added a comment.

Remove program name from the string being checked for


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57760/new/

https://reviews.llvm.org/D57760

Files:
  llvm/test/FileCheck/defines.txt


Index: llvm/test/FileCheck/defines.txt
===================================================================
--- llvm/test/FileCheck/defines.txt
+++ llvm/test/FileCheck/defines.txt
@@ -24,7 +24,7 @@
 
 ; ERRCLIEQ1: Missing equal sign in command-line definition '-DVALUE10'
 
-; ERRCLIEQ2: FileCheck{{[^:]*}}: for the -D option: requires a value!
+; ERRCLIEQ2: for the -D option: requires a value!
 
 ; ERRCLIVAR1: Missing pattern variable name in command-line definition '-D=10'
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57760.185496.patch
Type: text/x-patch
Size: 479 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190206/6d562af4/attachment.bin>


More information about the llvm-commits mailing list