diff options
Diffstat (limited to '')
-rw-r--r-- | new-luxc/source/test/program.lux | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/new-luxc/source/test/program.lux b/new-luxc/source/test/program.lux index 48cbd3aef..5600c323d 100644 --- a/new-luxc/source/test/program.lux +++ b/new-luxc/source/test/program.lux @@ -18,14 +18,14 @@ ["." structure] ["." reference] ["." case] - ["." function]]]] + ["." function] + ["." common]]]] {1 ["." /]} ## [test ## [luxc ## [lang ## [translation - ## ## ["_.T" common] ## ## ["_.T" jvm] ## ## ["_.T" js] ## ## ["_.T" lua] @@ -46,6 +46,7 @@ (reference.spec runner definer) (case.spec runner) (function.spec runner) + (common.spec runner) )) (program: args |