diff options
author | Eduardo Julian | 2017-07-25 21:23:11 -0400 |
---|---|---|
committer | Eduardo Julian | 2017-07-25 21:23:11 -0400 |
commit | 53c30c5521eb6c74c711fd7f6c2952247aa57bcc (patch) | |
tree | d818066c3e15aef8e9c0d013192ecb7d879d4697 /stdlib/test | |
parent | b07a8ad579039cc878e233670768aade07e2e678 (diff) |
- Added units of measurement as a feature to decorate Int values for safer calculations.
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] |