aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/PR37855.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/PR37855.c')
-rw-r--r--test/Analysis/PR37855.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/PR37855.c b/test/Analysis/PR37855.c
index 24e34c0836..0779796531 100644
--- a/test/Analysis/PR37855.c
+++ b/test/Analysis/PR37855.c
@@ -20,5 +20,5 @@ void k(l, node) {
nodep = n;
}
if (nodep) // expected-warning {{Branch condition evaluates to a garbage value}}
- n[1].node->s; // expected-warning {{Dereference of undefined pointer value}}
+ n[1].node->s;
}