forked from OSchip/llvm-project
Fix a grep error that caused CodeGenObjC/encode-test.m to fail.
llvm-svn: 61455
This commit is contained in:
parent
a2b5e31cb1
commit
4f84ddccc8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue