From 0b594d7882844c0170320c7016034ad0aedb4a5c Mon Sep 17 00:00:00 2001 From: William Bell <62452284+Ugric@users.noreply.github.com> Date: Tue, 11 Nov 2025 18:06:54 +0000 Subject: [PATCH] revert test --- tests/hashmap_to_array_seg_fault.ar | 2 ++ tests/iteration-test.ar | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 tests/hashmap_to_array_seg_fault.ar diff --git a/tests/hashmap_to_array_seg_fault.ar b/tests/hashmap_to_array_seg_fault.ar new file mode 100644 index 0000000..393f19a --- /dev/null +++ b/tests/hashmap_to_array_seg_fault.ar @@ -0,0 +1,2 @@ +while (true) do + string(global) \ No newline at end of file diff --git a/tests/iteration-test.ar b/tests/iteration-test.ar index 6a8e49c..2c929db 100644 --- a/tests/iteration-test.ar +++ b/tests/iteration-test.ar @@ -1,3 +1,3 @@ -let i = 0 -while (true) do - string(global) \ No newline at end of file +let i = 1e7 +while (i) do + i=i-1 \ No newline at end of file