Skip to content

Commit 2460990

Browse files
committed
1 parent 644ac28 commit 2460990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/units/module-test.r3

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ supplement system/options/module-paths join what-dir %units/files/
3333
unset in system/contexts/user 'c
3434
m: module [][export a: 1 b: 2 export c: does [a + b]]
3535
--assert all [
36-
object? spec: spec-of m
36+
object? spec: spec-of m ;@@ https://github.com/Oldes/Rebol-issues/issues/1006
3737
[a c] = spec/exports
3838
m/c = 3
3939
unset? :system/contexts/user/a

0 commit comments

Comments
 (0)