summaryrefslogtreecommitdiffstats
path: root/test/Analysis/disable-all-checks.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/disable-all-checks.c')
-rw-r--r--test/Analysis/disable-all-checks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/disable-all-checks.c b/test/Analysis/disable-all-checks.c
index fba53429ab..4d1c625ef1 100644
--- a/test/Analysis/disable-all-checks.c
+++ b/test/Analysis/disable-all-checks.c
@@ -12,7 +12,7 @@
//
// expected-no-diagnostics
-// CHECK: no analyzer checkers are associated with 'non.existant.Checker'
+// CHECK: no analyzer checkers or packages are associated with 'non.existant.Checker'
// CHECK: use -analyzer-disable-all-checks to disable all static analyzer checkers
int buggy() {
int x = 0;