Fixed test07

This commit is contained in:
Roman Venediktov 2024-06-30 19:38:33 +02:00
parent ce2a0bdee2
commit 9b4d8ca29b
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
TESTS=$(sort $(filter-out test02 test03 test07 test30, $(basename $(wildcard test*.lama)))) TESTS=$(sort $(filter-out test02 test30, $(basename $(wildcard test*.lama))))
LAMAC=../../src/lamac LAMAC=../../src/lamac

View file

@ -1,5 +1,5 @@
HashTab internal structure: [0, 0, {[{1, 2, 3}, 100]}, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] HashTab internal structure: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {[{1, 2, 3}, 100]}, 0, 0, 0]
HashTab internal structure: [0, 0, {[{1, 2, 3}, 200], [{1, 2, 3}, 100]}, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] HashTab internal structure: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {[{1, 2, 3}, 200], [{1, 2, 3}, 100]}, 0, 0, 0]
Searching: Some (200) Searching: Some (200)
Searching: Some (200) Searching: Some (200)
Replaced: Some (800) Replaced: Some (800)