From ff384c379036d790e32f419da39b1d524a1d89fe Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 26 Apr 2019 23:15:03 -0400 Subject: Ported common extensions tests. --- new-luxc/source/test/program.lux | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'new-luxc/source/test/program.lux') 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 -- cgit v1.2.3