For PR1319:
[oota-llvm.git] / test / CFrontend / 2005-01-02-VAArgError-ICE.c
index 26a2da08172b123156f8abb5fa327f98348b75e5..db8255846274774bab1dda3b3bea9038685b83fc 100644 (file)
@@ -1,6 +1,6 @@
 // This file is erroneous, but should not cause the compiler to ICE.
 // PR481
-// RUN: %llvmgcc %s -S -o /dev/null 2>&1 | not grep 'internal compiler error'
+// RUN: %llvmgcc %s -S -o /dev/null |& not grep {internal compiler error}
 
 #include <stdarg.h>
 int flags(int a, int b, ...) {