Skip to content

Commit 285ae9b

Browse files
committed
1 parent 13f27e7 commit 285ae9b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/tests/units/module-test.r3

+7
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,13 @@ unless find system/options/module-paths modules-test-dir [
110110
module [] body: [export 'b]
111111
--assert body = ['b]
112112

113+
--test-- "make module type assertion"
114+
;@@ https://github.com/Oldes/Rebol-issues/issues/1444
115+
--assert all [
116+
error? err: try [module [type: :print][]]
117+
err/id = 'wrong-type
118+
]
119+
113120
===end-group===
114121

115122

0 commit comments

Comments
 (0)