diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/test/tests.lux | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux index 3004190c1..c423502b7 100644 --- a/stdlib/test/tests.lux +++ b/stdlib/test/tests.lux @@ -75,7 +75,8 @@ [trace] [store]) [macro] - (math [random])) + (math [random]) + (type [unit])) ) ## [Program] |