[SystemZ] Add testcase missing from r186073
[oota-llvm.git] / test / Assembler / attribute-builtin.ll
index 0b322aa98359a2f5445f83fa47cfdb691aad278c..a7799f0aa23ad1f287d972b339b62e1be7670a50 100644 (file)
@@ -5,10 +5,10 @@
 ; rdar://13727199
 
 ; RUN: llvm-as -disable-verify < %s | \
-;      llvm-dis -disable-verify | \
-;      llvm-as -disable-verify | \
-;      llvm-dis -disable-verify | \
-;      FileCheck -check-prefix=ASSEMBLES %s
+; RUN: llvm-dis | \
+; RUN: llvm-as -disable-verify | \
+; RUN: llvm-dis | \
+; RUN: FileCheck -check-prefix=ASSEMBLES %s
 
 ; CHECK-ASSEMBLES: declare i8* @foo(i8*) [[NOBUILTIN:#[0-9]+]]
 ; CHECK-ASSEMBLES: call i8* @foo(i8* %x) [[BUILTIN:#[0-9]+]]