commit | 4cda190ef512853b290db8b4054367fa2e3e094c | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Mon Apr 16 15:15:52 2007 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Mon Apr 16 15:15:52 2007 +0000 |
tree | 2cee5f23133d0d58fe9c24a836fc5694861ac22f | |
parent | 3401c99889184fee77307889914299f283e23def [diff] [blame] |
For PR1319: Fix test syntax per new rules. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36133 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CFrontend/2005-01-02-VAArgError-ICE.c b/test/CFrontend/2005-01-02-VAArgError-ICE.c index 26a2da0..db82558 100644 --- a/test/CFrontend/2005-01-02-VAArgError-ICE.c +++ b/test/CFrontend/2005-01-02-VAArgError-ICE.c
@@ -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, ...) {