aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/default-synthesize-1.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/default-synthesize-1.m')
-rw-r--r--test/SemaObjC/default-synthesize-1.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/default-synthesize-1.m b/test/SemaObjC/default-synthesize-1.m
index 5aaca9a1c291..f9f2e72eaf94 100644
--- a/test/SemaObjC/default-synthesize-1.m
+++ b/test/SemaObjC/default-synthesize-1.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -fobjc-default-synthesize-properties -Wobjc-missing-property-synthesis -verify -Wno-objc-root-class %s
+// RUN: %clang_cc1 -fsyntax-only -Wobjc-missing-property-synthesis -verify -Wno-objc-root-class %s
// rdar://11295716
@interface NSObject