diff options
author | Eduardo Julian | 2018-07-31 18:36:18 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-07-31 18:36:18 -0400 |
commit | eea58ee669f69fddf2cef9e1675c41959e2e0a55 (patch) | |
tree | 5424dab3ef26190958fe4371f3f50995025d31cf /stdlib/test | |
parent | 748c868680683df1949f62aac274040ac5bf43da (diff) |
Now implementing atom functionality in stdlib instead of the compiler.
Diffstat (limited to '')
-rw-r--r-- | stdlib/test/tests.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux index 0e09def80..350a0e913 100644 --- a/stdlib/test/tests.lux +++ b/stdlib/test/tests.lux @@ -1,5 +1,5 @@ (.module: - [lux + [lux #* [cli (#+ program:)] ["." test] ## TODO: Test these modules |