Remove usage of grep-not script
[oota-llvm.git] / test / Assembler / ConstantExprFoldCast.llx
index 34e5654b858906071729a56754e7dee96f7ad8bd..3dc6aacb2746ee62553ffeaa089d891c1d47533b 100644 (file)
@@ -1,6 +1,6 @@
 ; This test checks to make sure that constant exprs fold in some simple situations
 
-; RUN: as < %s | dis | grep-not cast
+; RUN: as < %s | dis | not grep cast
 
 %A = global int* cast (sbyte* null to int*)  ; Cast null -> fold
 %B = global int** cast (int** %A to int**)   ; Cast to same type -> fold