Try to passify buildbot
[oota-llvm.git] / test / Verifier / AmbiguousPhi.ll
index f31bc107accf4945cbab07c68b9764cf887a5ef1..cb05a728262920ce82bcafde1761e475c44db02f 100644 (file)
@@ -1,6 +1,5 @@
-; RUN: not llvm-as < %s 2>&1 | grep "multiple entries for the same basic block"
-
-
+; RUN: not llvm-as < %s 2>&1 | FileCheck %s
+; CHECK: multiple entries for the same basic block
 
 define i32 @test(i32 %i, i32 %j, i1 %c) {
        br i1 %c, label %A, label %A