diff options
Diffstat (limited to 'test/Sema/block-misc.c')
-rw-r--r-- | test/Sema/block-misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/block-misc.c b/test/Sema/block-misc.c index 22604582db80..b4732b599c85 100644 --- a/test/Sema/block-misc.c +++ b/test/Sema/block-misc.c @@ -131,7 +131,7 @@ void test14() { static void *P = ^{ // expected-error {{initializer element is not a compile-time constant}} void *Q = ^{ - // References test14's "X": outer block is non constant. + // References test14's "X": outer block is non-constant. return X+4; }; }; |