aboutsummaryrefslogtreecommitdiffstats
path: root/test/Verifier/jumptable.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Verifier/jumptable.ll')
-rw-r--r--test/Verifier/jumptable.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Verifier/jumptable.ll b/test/Verifier/jumptable.ll
index 5f4cd3f..81984ee 100644
--- a/test/Verifier/jumptable.ll
+++ b/test/Verifier/jumptable.ll
@@ -1,4 +1,4 @@
-; RUN: not llc <%s 2>&1 | FileCheck %s
+; RUN: not llvm-as -disable-output %s 2>&1 | FileCheck %s
define i32 @f() jumptable {
ret i32 0
@@ -6,4 +6,3 @@ define i32 @f() jumptable {
; CHECK: Attribute 'jumptable' requires 'unnamed_addr'
; CHECK: i32 ()* @f
-; CHECK: LLVM ERROR: Broken function found, compilation aborted!