Skip to content

Commit d185e3d

Browse files
committed
TEST: added assert for map! creation
1 parent 54097fe commit d185e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/units/map-test.r3

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Rebol [
1111
===start-group=== "map issues"
1212
;@@ https://github.com/rebol/rebol-issues/issues/770
1313
--test-- "map-issue-770"
14-
m: make map! [a: 1]
14+
--assert map? m: make map! [a: 1]
1515
--assert 1 = m/a
1616
--assert not empty? m
1717
--assert empty? clear m

0 commit comments

Comments
 (0)