diff options
author | Eduardo Julian | 2019-04-15 20:17:19 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-04-15 20:17:19 -0400 |
commit | e75aa067fc8b1f60f2adae9875fac7960db4de24 (patch) | |
tree | be5ab9595610952c25c83636ff5fddf02a2a97b0 /stdlib/source/test | |
parent | d3444a45d289e75e64037d2b402dde18db6aa04f (diff) |
Removed the (deemed unnecessary) host extensions for the scripting languages.
Diffstat (limited to 'stdlib/source/test')
-rw-r--r-- | stdlib/source/test/lux.lux | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux index 99276bcf1..08bc451b1 100644 --- a/stdlib/source/test/lux.lux +++ b/stdlib/source/test/lux.lux @@ -5,9 +5,7 @@ [case (#+)] [loop (#+)] [function (#+)] - [extension (#+) - [common (#+)] - [host (#+)]])] + [extension (#+)])] (.module: ["/" lux #* [abstract |