diff options
Diffstat (limited to 'clang/test/Analysis/domtest.c')
-rw-r--r-- | clang/test/Analysis/domtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/domtest.c b/clang/test/Analysis/domtest.c index e957c8d70e0..dd72117f8c9 100644 --- a/clang/test/Analysis/domtest.c +++ b/clang/test/Analysis/domtest.c @@ -1,5 +1,5 @@ // RUN: rm -f %t -// RUN: %clang_analyze_cc1 -analyzer-checker=debug.DumpDominators %s > %t 2>&1 +// RUN: %clang_cc1 -analyze -analyzer-checker=debug.DumpDominators %s > %t 2>&1 // RUN: FileCheck --input-file=%t %s // Test the DominatorsTree implementation with various control flows |