From c04ca8aab1ad9811372738113cfb5365ec056516 Mon Sep 17 00:00:00 2001 From: Oxore Date: Mon, 1 May 2023 01:31:21 +0300 Subject: Impl MOVEQ --- test_random.bash | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test_random.bash') diff --git a/test_random.bash b/test_random.bash index 07403fe..20de9cd 100644 --- a/test_random.bash +++ b/test_random.bash @@ -46,10 +46,10 @@ run_test_random() { fi } -for i in `seq 1 10`; do - run_test_random huge$i 1024 -done - for i in `seq 1 1000`; do run_test_random tiny$i 1 done + +for i in `seq 1 10`; do + run_test_random huge$i 1024 +done -- cgit v1.2.3