diff options
author | Sebastian Redl <sebastian.redl@getdesigned.at> | 2008-12-28 15:48:05 +0000 |
---|---|---|
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | 2008-12-28 15:48:05 +0000 |
commit | b8ab5eb7d754f4085b01c7f681e5152afba5dddd (patch) | |
tree | 211181974f947c8d8c83750273611f21dbccc2e0 | |
parent | a4ed0d8d75212dc01b4438829a4b0c846d99458d (diff) |
Fix a grep error that caused CodeGenObjC/encode-test.m to fail.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61455 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenObjC/encode-test.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/encode-test.m b/test/CodeGenObjC/encode-test.m index 21cc5c2c0d..8d307e8f5e 100644 --- a/test/CodeGenObjC/encode-test.m +++ b/test/CodeGenObjC/encode-test.m @@ -3,7 +3,7 @@ // RUN: grep -e "{Derived=#ib32b8b3b8sb16b8b8b2b8ccb6}" %t | count 1 && // RUN: grep -e "{B1=#@c}" %t | count 1 && // RUN: grep -e "v12@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; |