Index: tests/alloc.cfa
===================================================================
--- tests/alloc.cfa	(revision ab8c6a6efe9f4120bf5d5eed0b649cad34d89af3)
+++ tests/alloc.cfa	(revision ea3fa256725d034fc7810b7fc6e633e42137e2d1)
@@ -342,5 +342,5 @@
 	for ( i; dim ) { printf( "%d %g, ", stp1[i].x, stp1[i].y ); }
 	printf( "\n" );
-	adelete( dim, stp, dim, stp1 );
+	adelete( stp, stp1 );
 
 	// extras
