From 313e059f367f2ac291cd409e77d22673f9595848 Mon Sep 17 00:00:00 2001 From: Qrius Date: Wed, 5 Mar 2025 08:41:05 +0100 Subject: First iteration of py skaldpress version --- tests/input_files/array_push_3 | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 tests/input_files/array_push_3 (limited to 'tests/input_files/array_push_3') diff --git a/tests/input_files/array_push_3 b/tests/input_files/array_push_3 deleted file mode 100644 index 60417b4..0000000 --- a/tests/input_files/array_push_3 +++ /dev/null @@ -1,8 +0,0 @@ -define_array(arr)DNL -array_push(arr, test, tast, toast)DNL -array_size(arr) -array_push(arr, test, tast, toast)DNL -array_size(arr) ---- -3 -6 -- cgit v1.2.3