summaryrefslogtreecommitdiffstats
path: root/test/Parser/selector-1.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Parser/selector-1.m')
-rw-r--r--test/Parser/selector-1.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/selector-1.m b/test/Parser/selector-1.m
index 1f9cad6..0f35ce7 100644
--- a/test/Parser/selector-1.m
+++ b/test/Parser/selector-1.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -parse-noop %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
int main() {
SEL s = @selector(retain);
OpenPOWER on IntegriCloud