aboutsummaryrefslogtreecommitdiff
path: root/tests/input_files/array_push_3
diff options
context:
space:
mode:
Diffstat (limited to 'tests/input_files/array_push_3')
-rw-r--r--tests/input_files/array_push_38
1 files changed, 0 insertions, 8 deletions
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