diff options
-rw-r--r-- | stdlib/source/lux/world/file.lux (renamed from stdlib/source/lux/world/fs.jvm.lux) | 0 | ||||
-rw-r--r-- | stdlib/test/test/lux/world/file.lux (renamed from stdlib/test/test/lux/world/fs.lux) | 2 | ||||
-rw-r--r-- | stdlib/test/tests.lux | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux/world/fs.jvm.lux b/stdlib/source/lux/world/file.lux index 4c0881e04..4c0881e04 100644 --- a/stdlib/source/lux/world/fs.jvm.lux +++ b/stdlib/source/lux/world/file.lux diff --git a/stdlib/test/test/lux/world/fs.lux b/stdlib/test/test/lux/world/file.lux index 8289beac4..3e653d0b1 100644 --- a/stdlib/test/test/lux/world/fs.lux +++ b/stdlib/test/test/lux/world/file.lux @@ -10,7 +10,7 @@ [number]) (time ["i" instant] ["d" duration]) - (world ["@" fs] + (world ["@" file] [blob]) ["r" math/random]) lux/test diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux index 62683aea5..e5cf4df6f 100644 --- a/stdlib/test/tests.lux +++ b/stdlib/test/tests.lux @@ -72,7 +72,7 @@ ["_;" auto] ["_;" object]) (world ["_;" blob] - ["_;" fs] + ["_;" file] (net ["_;" tcp] ["_;" udp])) )) |