Skip to content

Commit

Permalink
Make this test invariant to future changes of the max loop unrolling …
Browse files Browse the repository at this point in the history
…count.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159585 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
tkremenek committed Jul 2, 2012
1 parent 8a50fe0 commit 2436415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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();
Expand Down

0 comments on commit 2436415

Please sign in to comment.