llvm-ar: Clean up memory management with OwningPtr.
[oota-llvm.git] / test / Feature / globalredefinition3.ll
index 5a5b3f1f89ad32bbc79907e1afbba3fd607cbc9d..2551d932d8a690bfdd7a152d146c1cc45e35c471 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: not llvm-as %s -o /dev/null |& grep {redefinition of global '@B'}
+; RUN: not llvm-as %s -o /dev/null 2>&1 | grep "redefinition of global '@B'"
 
 @B = global i32 7
 @B = global i32 7