diff options
author | Oxore <oxore@protonmail.com> | 2023-05-01 01:31:21 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-05-01 01:31:21 +0300 |
commit | c04ca8aab1ad9811372738113cfb5365ec056516 (patch) | |
tree | 7ef70f38ddeaf26e6390a1b6064b4d9c23d44db2 /test_random.bash | |
parent | d38bdcabf534e2c639299f3a8fff8b9e048bbaf4 (diff) |
Impl MOVEQ
Diffstat (limited to 'test_random.bash')
-rw-r--r-- | test_random.bash | 8 |
1 files changed, 4 insertions, 4 deletions
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 |