diff options
Diffstat (limited to 'test/Analysis/inline4.c')
-rw-r--r-- | test/Analysis/inline4.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Analysis/inline4.c b/test/Analysis/inline4.c index e7715e0..71a379a 100644 --- a/test/Analysis/inline4.c +++ b/test/Analysis/inline4.c @@ -1,4 +1,5 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-ipa=inlining -analyzer-store region -verify %s +// RUN: %clang_cc1 -analyze -analyzer-checker=core -verify %s +// expected-no-diagnostics int g(int a) { return a; |