aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/copypaste/blocks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/copypaste/blocks.cpp')
-rw-r--r--test/Analysis/copypaste/blocks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/copypaste/blocks.cpp b/test/Analysis/copypaste/blocks.cpp
index 10467b7248c1..23821560ea37 100644
--- a/test/Analysis/copypaste/blocks.cpp
+++ b/test/Analysis/copypaste/blocks.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_analyze_cc1 -fblocks -std=c++11 -analyzer-checker=alpha.clone.CloneChecker -verify %s
+// RUN: %clang_analyze_cc1 -fblocks -std=c++11 -analyzer-checker=alpha.clone.CloneChecker -analyzer-config alpha.clone.CloneChecker:MinimumCloneComplexity=10 -verify %s
// This tests if we search for clones in blocks.