From: Ted Kremenek Date: Thu, 2 Apr 2009 02:52:13 +0000 (+0000) Subject: Update expected warning in test case. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8adaf905342129a62c989739d113a7cec7c5ff3;p=clang Update expected warning in test case. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68276 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/misc-ps.m b/test/Analysis/misc-ps.m index 0ee47ce67d..fede2a2d13 100644 --- a/test/Analysis/misc-ps.m +++ b/test/Analysis/misc-ps.m @@ -107,7 +107,7 @@ void check_zero_sized_VLA(int x) { void check_uninit_sized_VLA() { int x; - int vla[x]; // expected-warning{{The expression used to specify the number of elements in the VLA 'vla' evaluates to an undefined or garbage value.}} + int vla[x]; // expected-warning{{The expression used to specify the number of elements in the variable-length array (VLA) 'vla' evaluates to an undefined or garbage value}} } // sizeof(void)