diff options
Diffstat (limited to 'test/Analysis/stats.c')
-rw-r--r-- | test/Analysis/stats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/stats.c b/test/Analysis/stats.c index 6beadbeb412e..5701dc71f5fa 100644 --- a/test/Analysis/stats.c +++ b/test/Analysis/stats.c @@ -1,3 +1,4 @@ +// REQUIRES: asserts // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-stats %s 2>&1 | FileCheck %s void foo() { |