From 744ee69630de59ca3ba660b0aab6361cd17ce1b4 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 30 Jun 2021 23:24:55 -0400 Subject: "signature:" -> "interface:" & "structure:" -> "implementation:" "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.--- stdlib/source/test/lux.lux | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stdlib/source/test/lux.lux') diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux index b2929de58..bc7231470 100644 --- a/stdlib/source/test/lux.lux +++ b/stdlib/source/test/lux.lux @@ -37,6 +37,7 @@ ["#." math] ["#." meta] ["#." program] + ["#." target] ["#." time] ## ["#." tool] ## TODO: Update & expand tests for this ["#." type] @@ -222,6 +223,7 @@ /math.test /meta.test /program.test + /target.test /time.test ## /tool.test /type.test -- cgit v1.2.3