summaryrefslogtreecommitdiffstats
path: root/test/Analysis/inline3.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/inline3.c')
-rw-r--r--test/Analysis/inline3.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Analysis/inline3.c b/test/Analysis/inline3.c
index 968d82a..e7f4775 100644
--- a/test/Analysis/inline3.c
+++ b/test/Analysis/inline3.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
// Test when entering f1(), we set the right AnalysisDeclContext to Environment.
// Otherwise, block-level expr '1 && a' would not be block-level.
OpenPOWER on IntegriCloud