Switch tests over to use the 'not' script, instead of explicit control flow
[oota-llvm.git] / test / Transforms / LevelRaise / 2003-05-01-CallCast.ll
index 8c5a22e6b174d7555deeda7915f541019ae6cadc..55557de0731e31b23ff502e52e5f85dbe6fa2186 100644 (file)
@@ -1,7 +1,4 @@
-; RUN: if as < %s | opt -raise | dis | grep cast
-; RUN: then exit 1
-; RUN: else exit 0
-; RUN: fi
+; RUN: as < %s | opt -raise | dis | not grep cast
 
 void %test(...) { ret void }