blob: a034926a9e2fbbb4d8fcefa238c84b8950a7e68e [file] [log] [blame]
Rafael Espindola49b35332013-09-25 19:07:08 +00001// RUN: not %clang -fsyntax-only -fno-objc-default-synthesize-properties -fobjc-default-synthesize-properties %s 2>&1 | FileCheck %s
Fariborz Jahaniane52e2e62012-04-09 18:20:28 +00002
3@interface I
4@property int P;
5@end
6
7@implementation I
8@end
Rafael Espindola49b35332013-09-25 19:07:08 +00009// CHECK: error: unknown argument: '-fno-objc-default-synthesize-properties'
10// CHECK: error: unknown argument: '-fobjc-default-synthesize-properties'