Typo in the test case for i386.

llvm-svn: 137149
This commit is contained in:
Jim Ingham 2011-08-09 21:27:48 +00:00
parent 5e80abbb5d
commit ae24c42fc4
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
{
int _derived_backed_int;
#if !__OBJC2__
int _unbacked_int;
int _derived_unbacked_int;
#endif
}
@property int derived_backed_int;