diff options
| author | 2021-01-11 11:13:34 -0500 | |
|---|---|---|
| committer | 2021-01-11 11:13:34 -0500 | |
| commit | c30252007e7d60e2a7fb2ae21c430b49f60ae74d (patch) | |
| tree | bff739750b9ac58d792fab260ad202de5a3a8925 /test | |
| parent | Working versions of misc/timeit and misc/set* (diff) | |
Include set* and timeit in README. Remove debugging output
in test suite.
Diffstat (limited to 'test')
| -rw-r--r-- | test/suite1.janet | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/suite1.janet b/test/suite1.janet index 2cf9005..661104c 100644 --- a/test/suite1.janet +++ b/test/suite1.janet @@ -39,7 +39,6 @@ (var x 2) (var y 3) (misc/set* [x y] [y (+ x y)]) - (print x " " y) (assert (and (= x 3) (= y 5)) "set* 1")) (do |
