aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/world/input/keyboard.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/world/input/keyboard.lux')
-rw-r--r--stdlib/source/test/lux/world/input/keyboard.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/world/input/keyboard.lux b/stdlib/source/test/lux/world/input/keyboard.lux
index a2db959e7..fdb0dda38 100644
--- a/stdlib/source/test/lux/world/input/keyboard.lux
+++ b/stdlib/source/test/lux/world/input/keyboard.lux
@@ -1,4 +1,4 @@
-(.using
+(.require
[library
[lux (.except)
["_" test (.only Test)]
@@ -7,7 +7,7 @@
[control
["[0]" maybe]]
[data
- ["[0]" bit (.open: "[1]#[0]" equivalence)]
+ ["[0]" bit (.use "[1]#[0]" equivalence)]
[collection
["[0]" list]
["[0]" set (.only Set)]]]