Make a test a bit shorter. No behavior change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@248456 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nico Weber 2015-09-24 01:34:27 +00:00
parent 9fed9c10d9
commit cd9e65ba76
1 changed files with 1 additions and 5 deletions

View File

@ -4,11 +4,7 @@ typedef int Arr[10];
typedef int trungl_int;
void f(int a[10], Arr arr) { // \
// expected-note {{declared here}} \
// expected-note {{declared here}} \
// expected-note {{declared here}} \
// expected-note {{declared here}}
void f(int a[10], Arr arr) { // expected-note 4 {{declared here}}
/* Should warn. */
(void)sizeof(a); // \