llvm/test/Bitcode/invalid.ll: Tweak expresion to mach "llvm-dis.EXE:"

llvm-svn: 193738
This commit is contained in:
NAKAMURA Takumi 2013-10-31 06:21:00 +00:00
parent 26b43cac18
commit 160cef8ddc
1 changed files with 1 additions and 1 deletions

View 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