diff options
author | Eduardo Julian | 2017-10-16 18:30:18 -0400 |
---|---|---|
committer | Eduardo Julian | 2017-10-16 18:30:18 -0400 |
commit | a2c29fe44720003df06f7f14d0bf02332298b87f (patch) | |
tree | 968549c82bec0c352cb8ce033e9a6b5e5a5b55a9 /stdlib/test | |
parent | 9d0eaa97963d4e37a6afbe30f62c5bb9991ef49e (diff) |
- Re-named lux/world/fs to lux/world/file.
Diffstat (limited to '')
-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 |
2 files changed, 2 insertions, 2 deletions
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])) )) |