summaryrefslogtreecommitdiff
path: root/test/Analysis/no-exit-cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/no-exit-cfg.c')
-rw-r--r--test/Analysis/no-exit-cfg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/no-exit-cfg.c b/test/Analysis/no-exit-cfg.c
index ee248e04c1..b3c3fbcc62 100644
--- a/test/Analysis/no-exit-cfg.c
+++ b/test/Analysis/no-exit-cfg.c
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -verify %s
+// expected-no-diagnostics
// This is a test case for the issue reported in PR 2819:
// http://llvm.org/bugs/show_bug.cgi?id=2819