aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/access-control-check.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/access-control-check.cpp')
-rw-r--r--test/SemaCXX/access-control-check.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCXX/access-control-check.cpp b/test/SemaCXX/access-control-check.cpp
index 1db6704909df..4540e99d8a33 100644
--- a/test/SemaCXX/access-control-check.cpp
+++ b/test/SemaCXX/access-control-check.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -faccess-control -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
class M {
int iM;