Strange. It never failed for me (May be a grep bug on my machine). But it is OK.
- Fariborz On Dec 28, 2008, at 7:48 AM, Sebastian Redl wrote: > Author: cornedbee > Date: Sun Dec 28 09:48:05 2008 > New Revision: 61455 > > URL: http://llvm.org/viewvc/llvm-project?rev=61455&view=rev > Log: > Fix a grep error that caused CodeGenObjC/encode-test.m to fail. > > Modified: > cfe/trunk/test/CodeGenObjC/encode-test.m > > Modified: cfe/trunk/test/CodeGenObjC/encode-test.m > URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/ > encode-test.m?rev=61455&r1=61454&r2=61455&view=diff > > ====================================================================== > ======== > --- cfe/trunk/test/CodeGenObjC/encode-test.m (original) > +++ cfe/trunk/test/CodeGenObjC/encode-test.m Sun Dec 28 09:48:05 2008 > @@ -3,7 +3,7 @@ > // RUN: grep -e "{Derived=#ib32b8b3b8sb16b8b8b2b8ccb6}" %t | count > 1 && > // RUN: grep -e "{b...@c}" %t | count 1 && > // RUN: grep -e "v...@0:4\[3\[4{Test=i}]]8" %t | count 1 && > -// RUN: grep -e "r^{S=i}" %t | count 1 && > +// RUN: grep -e "r\^{S=i}" %t | count 1 && > // RUN: grep -e "\^{Object=#}" %t | count 1 > > @class Int1; > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
