From befa21cea76282f8cd3509e0a7da1bdffd353101 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 9 Oct 2020 23:11:38 -0400 Subject: Mandatory long names for JVM imports, instead of having "long" be optional and short be default. --- stdlib/source/test/aedifex.lux | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stdlib/source/test/aedifex.lux') diff --git a/stdlib/source/test/aedifex.lux b/stdlib/source/test/aedifex.lux index 8699ad8b9..de52e6a9e 100644 --- a/stdlib/source/test/aedifex.lux +++ b/stdlib/source/test/aedifex.lux @@ -6,6 +6,7 @@ [parser [cli (#+ program:)]]]] ["." / #_ + ["#." artifact] ["#." profile] ["#." cli] ["#." parser]]) @@ -13,6 +14,7 @@ (def: test Test ($_ _.and + /artifact.test /profile.test /cli.test /parser.test -- cgit v1.2.3