[PM/AA] Put the 'final' keyword in the correct place. And actually
[oota-llvm.git] / test / Verifier / jumptable.ll
index 5f4cd3fe4f45876a5f7cdcac2cc69c1bc0636102..81984eeb187feeaab6014f129ff1061b1cedaff5 100644 (file)
@@ -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!