llvm/test/Bitcode/invalid.ll: Tweak expresion to mach "llvm-dis.EXE:"
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 31 Oct 2013 06:21:00 +0000 (06:21 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 31 Oct 2013 06:21:00 +0000 (06:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193738 91177308-0d34-0410-b5e6-96231b3b80d8

test/Bitcode/invalid.ll

index 49189bf8c0698de7ebee06f324e39b1cb0a653da..51d8cf2f9e18630f7c89a2b0c059e5975c99c2d7 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN:  not llvm-dis < %s.bc 2>&1 | FileCheck %s
 
-; CHECK: llvm-dis: Unknown attribute kind
+; CHECK: llvm-dis{{(\.EXE|\.exe)?}}: Unknown attribute kind
 
 ; invalid.ll.bc has an invalid attribute number.
 ; The test checks that LLVM reports the error and doesn't access freed memory