From 160cef8ddc7a467f73a6fb7f2e0834f782569cf1 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 31 Oct 2013 06:21:00 +0000 Subject: [PATCH] llvm/test/Bitcode/invalid.ll: Tweak expresion to mach "llvm-dis.EXE:" llvm-svn: 193738 --- llvm/test/Bitcode/invalid.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/Bitcode/invalid.ll b/llvm/test/Bitcode/invalid.ll index 49189bf8c069..51d8cf2f9e18 100644 --- a/llvm/test/Bitcode/invalid.ll +++ b/llvm/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 -- GitLab