Index: tests/.expect/alloc-ERROR.txt
===================================================================
--- tests/.expect/alloc-ERROR.txt	(revision c9f4cf89584344b5498751ddc43d36c1a91a839d)
+++ tests/.expect/alloc-ERROR.txt	(revision 8725c74cdeaaa219c536400e8eb72e820fed787b)
@@ -1,3 +1,3 @@
-alloc.cfa:311:1 error: No reasonable alternatives for expression Applying untyped:
+alloc.cfa:310:1 error: No reasonable alternatives for expression Applying untyped:
   Name: ?=?
 ...to:
@@ -19,5 +19,5 @@
 
 
-alloc.cfa:312:1 error: No reasonable alternatives for expression Applying untyped:
+alloc.cfa:311:1 error: No reasonable alternatives for expression Applying untyped:
   Name: ?=?
 ...to:
@@ -39,5 +39,5 @@
 
 
-alloc.cfa:313:1 error: No reasonable alternatives for expression Applying untyped:
+alloc.cfa:312:1 error: No reasonable alternatives for expression Applying untyped:
   Name: ?=?
 ...to:
@@ -50,5 +50,5 @@
 
 
-alloc.cfa:314:1 error: No reasonable alternatives for expression Applying untyped:
+alloc.cfa:313:1 error: No reasonable alternatives for expression Applying untyped:
   Name: ?=?
 ...to:
Index: tests/.expect/alloc.txt
===================================================================
--- tests/.expect/alloc.txt	(revision c9f4cf89584344b5498751ddc43d36c1a91a839d)
+++ tests/.expect/alloc.txt	(revision 8725c74cdeaaa219c536400e8eb72e820fed787b)
@@ -2,5 +2,4 @@
 CFA malloc 0xdeadbeef
 CFA alloc 0xdeadbeef
-CFA array alloc, fill 0xde
 CFA alloc, fill dededede
 CFA alloc, fill 3
Index: tests/alloc.cfa
===================================================================
--- tests/alloc.cfa	(revision c9f4cf89584344b5498751ddc43d36c1a91a839d)
+++ tests/alloc.cfa	(revision 8725c74cdeaaa219c536400e8eb72e820fed787b)
@@ -10,6 +10,6 @@
 // Created On       : Wed Feb  3 07:56:22 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Fri Nov 22 15:34:19 2019
-// Update Count     : 404
+// Last Modified On : Sun Feb 16 09:21:13 2020
+// Update Count     : 405
 //
 
@@ -48,5 +48,4 @@
 
 	p = alloc_set( fill );								// CFA alloc, fill
-	printf( "CFA array alloc, fill %#hhx\n", fill );
 	printf( "CFA alloc, fill %08x\n", *p );
 	free( p );
