Index: tests/alloc.cfa
===================================================================
--- tests/alloc.cfa	(revision ab8c6a6efe9f4120bf5d5eed0b649cad34d89af3)
+++ tests/alloc.cfa	(revision 45444c3fd70b6b54538ca16b790d78e084e0822e)
@@ -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
