aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
authorEduardo Julian2017-09-04 20:01:01 -0400
committerEduardo Julian2017-09-04 20:01:01 -0400
commit8e6c5fc029178674275758f7c68425b13a473208 (patch)
tree0d58e793998f900f3387e6d5e2216e91e7f13139 /stdlib/test/tests.lux
parent970e950aeb08179972d9e3460af3003771fc8511 (diff)
- Renamed "Log" to "Writer".
Diffstat (limited to 'stdlib/test/tests.lux')
-rw-r--r--stdlib/test/tests.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index fffe409c4..9b0f8ff11 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -23,6 +23,7 @@
["_;" pipe]
["_;" cont]
["_;" reader]
+ ["_;" writer]
["_;" state]
["_;" parser])
(data ["_;" bit]
@@ -30,7 +31,6 @@
["_;" result]
["_;" ident]
["_;" identity]
- ["_;" log]
["_;" maybe]
["_;" number]
["_;" product]