Index: tests/.expect/array-ERR1.txt
===================================================================
--- tests/.expect/array-ERR1.txt	(revision 656c8ac30a1b2b1d963a9dbd8ab1d0800aaad6be)
+++ tests/.expect/array-ERR1.txt	(revision 2a3211807a5fbb8c333a576302827e988e66d153)
@@ -5,3 +5,3 @@
 array.cfa:53:26: error: '[*]' not allowed in other than function prototype scope
 array.cfa: At top level:
-array.cfa:75:1: error: '[*]' not allowed in other than function prototype scope
+array.cfa:74:1: error: '[*]' not allowed in other than function prototype scope
Index: tests/.expect/array-ERR2.txt
===================================================================
--- tests/.expect/array-ERR2.txt	(revision 656c8ac30a1b2b1d963a9dbd8ab1d0800aaad6be)
+++ tests/.expect/array-ERR2.txt	(revision 2a3211807a5fbb8c333a576302827e988e66d153)
@@ -1,1 +1,1 @@
-array.cfa:139:33: error: syntax error, unexpected STATIC before token "static"
+array.cfa:138:33: error: syntax error, unexpected STATIC before token "static"
Index: tests/.expect/array-ERR3.txt
===================================================================
--- tests/.expect/array-ERR3.txt	(revision 656c8ac30a1b2b1d963a9dbd8ab1d0800aaad6be)
+++ tests/.expect/array-ERR3.txt	(revision 2a3211807a5fbb8c333a576302827e988e66d153)
@@ -1,1 +1,1 @@
-array.cfa:140:33: error: syntax error, unexpected ']' before token "]"
+array.cfa:139:33: error: syntax error, unexpected ']' before token "]"
Index: tests/array.cfa
===================================================================
--- tests/array.cfa	(revision 656c8ac30a1b2b1d963a9dbd8ab1d0800aaad6be)
+++ tests/array.cfa	(revision 2a3211807a5fbb8c333a576302827e988e66d153)
@@ -59,5 +59,5 @@
     void fred2(int n,
         int a1[],
-E1(     int a2[*],                                 )
+E1(     int a2[*],  )
         int a4[3],
         int T[3]        __attribute__((unused)),
@@ -67,7 +67,6 @@
         // This parameter should be in scope and usable within the body.
 
-        // Skip a2 because it's declared only in an error case.
-
         (void) a1;
+E1(     (void) a2;  )
         (void) a4;
 //      (void) T;
