File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- 2025-09-05T06:43:01.771Z [RTM] [32minfo[39m: Skipping network creation. Observe that all external IO operations will yield a runtime error.
1+ 2025-10-24T12:16:41.706Z [RTM] [32minfo[39m: Skipping network creation. Observe that all external IO operations will yield a runtime error.
22[34mbegin [0mHashMap
33 [34mbegin [0mempty
44 [33m[ TEST ][0m it is null [32m[ PASS ][0m it is null
5252 [33m[ TEST ][0m it returns [42] for findOpt 1 [32m[ PASS ][0m it returns [42] for findOpt 1
5353 [33m[ TEST ][0m it returns 42 for find 1 [32m[ PASS ][0m it returns 42 for find 1
5454 [34mend [0m
55- [34mbegin [0mfromList [(1,42 ), (0,21 )]
55+ [34mbegin [0mfromList [(0,21 ), (1,42 )]
5656 [33m[ TEST ][0m it is not null [32m[ PASS ][0m it is not null
5757 [33m[ TEST ][0m it has size 2 [32m[ PASS ][0m it has size 2
5858 [33m[ TEST ][0m it contains 0 [32m[ PASS ][0m it contains 0
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ let (* Hash based on the lowest ten bits only. This way we can easily force vari
8282 ]
8383 end,
8484 let val m = fromList [(0,21),(1,42)]
85- in Unit.group "fromList [(1,42 ), (0,21 )]" [
85+ in Unit.group "fromList [(0,21 ), (1,42 )]" [
8686 Unit.it "is not null" (Unit.isFalse (HashMap.null m))
8787 , Unit.it "has size 2" (Unit.isEq 2 (HashMap.size m))
8888 , Unit.it "contains 0" (Unit.isTrue (HashMap.mem m 0))
You can’t perform that action at this time.
0 commit comments