summaryrefslogtreecommitdiff
path: root/test/Analysis/region-1.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/region-1.m')
-rw-r--r--test/Analysis/region-1.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/region-1.m b/test/Analysis/region-1.m
index 98ac582b76..9edb35b78b 100644
--- a/test/Analysis/region-1.m
+++ b/test/Analysis/region-1.m
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -verify %s
+// expected-no-diagnostics
//
// This test case simply should not crash. It evaluates the logic of not
// using MemRegion::getRValueType in incorrect places.