[WinEH] Verify catchswitch handlers
[oota-llvm.git] / test / Verifier / SelfReferential.ll
index c24c0ebba3d1222d78d3d5b597f0a4081a1f1b8d..7f0166a158d54f2bee6937ba7c4774f889f3a02f 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: not llvm-as %s -o /dev/null 2>&1 | grep "Only PHI nodes may reference their own value"
+; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
+; CHECK: Only PHI nodes may reference their own value
 
 ; Test that self referential instructions are not allowed