summaryrefslogtreecommitdiff
path: root/test/Bitcode
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-10-31 06:21:00 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-10-31 06:21:00 +0000
commit0f5e68e3dc64e7dde41577649ad44b4453859276 (patch)
tree63e058ba2ee9706b64a186ef3d47d243eb241ef2 /test/Bitcode
parentcc8c673e61c05dcfd4aaf34f0d1a1454991bc795 (diff)
downloadllvm-0f5e68e3dc64e7dde41577649ad44b4453859276.tar.gz
llvm-0f5e68e3dc64e7dde41577649ad44b4453859276.tar.bz2
llvm-0f5e68e3dc64e7dde41577649ad44b4453859276.tar.xz
llvm/test/Bitcode/invalid.ll: Tweak expresion to mach "llvm-dis.EXE:"
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193738 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Bitcode')
-rw-r--r--test/Bitcode/invalid.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Bitcode/invalid.ll b/test/Bitcode/invalid.ll
index 49189bf8c0..51d8cf2f9e 100644
--- a/test/Bitcode/invalid.ll
+++ b/test/Bitcode/invalid.ll
@@ -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