diff options
Diffstat (limited to '')
| -rw-r--r-- | stdlib/test/test/lux/lang/syntax.lux (renamed from new-luxc/test/test/luxc/lang/syntax.lux) | 4 | ||||
| -rw-r--r-- | stdlib/test/tests.lux | 1 | 
2 files changed, 3 insertions, 2 deletions
| diff --git a/new-luxc/test/test/luxc/lang/syntax.lux b/stdlib/test/test/lux/lang/syntax.lux index 0f2306eb1..4db181cae 100644 --- a/new-luxc/test/test/luxc/lang/syntax.lux +++ b/stdlib/test/test/lux/lang/syntax.lux @@ -10,8 +10,8 @@               (coll [list]))         ["r" math/random "r/" Monad<Random>]         (meta [code]) -       test) -  (luxc (lang ["&" syntax]))) +       (lang ["&" syntax]) +       test))  (def: default-cursor    Cursor diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux index aa816c4d3..ea0aa72f7 100644 --- a/stdlib/test/tests.lux +++ b/stdlib/test/tests.lux @@ -70,6 +70,7 @@                     (type ["_;" check]                           ["_;" auto]                           ["_;" object])) +             (lang ["lang_;" syntax])               (world ["_;" blob]                      ["_;" file]                      (net ["_;" tcp] | 
