Recommit r243824: -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways...
[oota-llvm.git] / test / Verifier / 2006-07-11-StoreStruct.ll
index 80ab122d0b7dbaa7c04ff0e91067e8175ab48ed3..70aea8779bf1d89714a3c49fe46e47b63326c06d 100644 (file)
@@ -1,4 +1,6 @@
-; RUN: llvm-as < %s |& not grep {Instruction operands must be first-class}
+; RUN: llvm-as < %s 2>&1 | FileCheck %s 
+
+; CHECK-NOT: Instruction operands must be first-class
 
 ; This previously was for PR826, but structs are now first-class so
 ; the following is now valid.