diff options
author | Eduardo Julian | 2019-04-06 23:11:20 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-04-06 23:11:20 -0400 |
commit | 2a05d8f3711d2e1b6fcccd9a2869478197386a7f (patch) | |
tree | 12206ff1f282943225b795334e38c0ac1e935e77 /stdlib/source/test/lux/world/file.lux | |
parent | a75f032ff219fdd639580455a6d3e83fd05d5592 (diff) |
Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".
Diffstat (limited to 'stdlib/source/test/lux/world/file.lux')
-rw-r--r-- | stdlib/source/test/lux/world/file.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/world/file.lux b/stdlib/source/test/lux/world/file.lux index 86b031660..b72e8be82 100644 --- a/stdlib/source/test/lux/world/file.lux +++ b/stdlib/source/test/lux/world/file.lux @@ -5,11 +5,11 @@ ["_" test (#+ Test)] [abstract/monad (#+ do)] [control + ["." io (#+ IO)] [concurrency ["." promise]] [security ["!" capability]]] - ["." io (#+ IO)] [data ["." error (#+ Error)] ["." text] |