Remove a fixme which was fixed in a previous commit.
[clang.git] / test / SemaObjC / string.m
blob04f20ab1bcf158c4293278ae202be600a8c42328
1 // RUN: %clang_cc1 %s -verify -fsyntax-only
2 // RUN: %clang_cc1 %s -verify -fsyntax-only -DDECLAREIT
4 // a declaration of NSConstantString is not required.
5 #ifdef DECLAREIT
6 @interface NSConstantString;
7 @end
8 #endif
12 id s = @"123"; // simple
13 id t = @"123" @"456"; // concat
14 id u = @"123" @ blah; // expected-error {{unexpected token}}