summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2012-07-02 21:02:22 +0000
committerTed Kremenek <kremenek@apple.com>2012-07-02 21:02:22 +0000
commit24364151180895f90018b6e373e51c0082ecff35 (patch)
treeca880889ce674ac5dbc753542ca0bcab2f240284 /test
parent8a50fe0d76b0f245b4cdd599230f2ee023be82cd (diff)
downloadclang-24364151180895f90018b6e373e51c0082ecff35.tar.gz
Make this test invariant to future changes of the max loop unrolling count.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159585 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Analysis/traversal-algorithm.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/traversal-algorithm.mm b/test/Analysis/traversal-algorithm.mm
index e8a36eafc7..8a3dc8b3a2 100644
--- a/test/Analysis/traversal-algorithm.mm
+++ b/test/Analysis/traversal-algorithm.mm
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=debug.DumpTraversal -std=c++11 %s | FileCheck -check-prefix=DFS %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=debug.DumpTraversal -analyzer-max-loop 4 -std=c++11 %s | FileCheck -check-prefix=DFS %s
int a();
int b();