]> granicus.if.org Git - clang/commitdiff
Make this test invariant to future changes of the max loop unrolling count.
authorTed Kremenek <kremenek@apple.com>
Mon, 2 Jul 2012 21:02:22 +0000 (21:02 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 2 Jul 2012 21:02:22 +0000 (21:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159585 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/traversal-algorithm.mm

index e8a36eafc7371c1a8b3e4396980f447b8b2bf345..8a3dc8b3a2225f576e39733babecabe474e9785f 100644 (file)
@@ -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();