diff options
Diffstat (limited to 'test/SemaObjC/id-isa-ref.m')
-rw-r--r-- | test/SemaObjC/id-isa-ref.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/id-isa-ref.m b/test/SemaObjC/id-isa-ref.m index a75f2f3367512..dfc0a5b9fdac8 100644 --- a/test/SemaObjC/id-isa-ref.m +++ b/test/SemaObjC/id-isa-ref.m @@ -22,7 +22,7 @@ static void func() { Whatever *y; // GCC allows this, with the following warning: - // instance variable ‘isa’ is @protected; this will be a hard error in the future + // instance variable 'isa' is @protected; this will be a hard error in the future // // FIXME: see if we can avoid the 2 warnings that follow the error. [(*y).isa self]; // expected-error {{instance variable 'isa' is protected}} \ |