Remove NumberHack entirely.
[oota-llvm.git] / test / Verifier / 2008-08-22-MemCpyAlignment.ll
index 6bad2d138d0e9fdc0dbd9f3220bf8e3ba58547c0..aaf69aeef6728482f7e545534127a8cde9f0ee76 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: not llvm-as -f %s -o /dev/null |& grep {alignment argument of memory intrinsics must be a constant int}
+; RUN: not llvm-as %s -o /dev/null |& grep {alignment argument of memory intrinsics must be a constant int}
 ; PR2318
 
 define void @x(i8* %a, i8* %src, i64 %len, i32 %align) nounwind  {