summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/lambdas.mm
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/lambdas.mm')
-rw-r--r--clang/test/Analysis/lambdas.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/lambdas.mm b/clang/test/Analysis/lambdas.mm
index d2b8e7b3535..dc1a13e8b69 100644
--- a/clang/test/Analysis/lambdas.mm
+++ b/clang/test/Analysis/lambdas.mm
@@ -1,4 +1,4 @@
-// RUN: %clang_analyze_cc1 -std=c++11 -fblocks -Wno-objc-root-class -analyzer-checker=core,deadcode,debug.ExprInspection -analyzer-config inline-lambdas=true -verify %s
+// RUN: %clang_cc1 -std=c++11 -fsyntax-only -fblocks -Wno-objc-root-class -analyze -analyzer-checker=core,deadcode,debug.ExprInspection -analyzer-config inline-lambdas=true -verify %s
int clang_analyzer_eval(int);
OpenPOWER on IntegriCloud