diff options
| author | Roman Divacky <rdivacky@FreeBSD.org> | 2010-01-23 11:10:26 +0000 |
|---|---|---|
| committer | Roman Divacky <rdivacky@FreeBSD.org> | 2010-01-23 11:10:26 +0000 |
| commit | 5044f5c816adfd5cba17f1adee1a10127296d0bf (patch) | |
| tree | c69d3f4f13d508570bb5257a6aea735f88bdf09c /test/FixIt | |
| parent | ee791dde723a2089c681d2ab6a9d4f96379d5f49 (diff) | |
Notes
Diffstat (limited to 'test/FixIt')
| -rw-r--r-- | test/FixIt/typo.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/FixIt/typo.m b/test/FixIt/typo.m index 4c3ee5f60bc8d..c2069dd4169d1 100644 --- a/test/FixIt/typo.m +++ b/test/FixIt/typo.m @@ -12,6 +12,7 @@ void test() { } @protocol P1 +@optional @property int *sprop; // expected-note{{'sprop' declared here}} @end |
