aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/test/test/luxc/synthesizer/primitive.lux
diff options
context:
space:
mode:
Diffstat (limited to 'new-luxc/test/test/luxc/synthesizer/primitive.lux')
-rw-r--r--new-luxc/test/test/luxc/synthesizer/primitive.lux2
1 files changed, 0 insertions, 2 deletions
diff --git a/new-luxc/test/test/luxc/synthesizer/primitive.lux b/new-luxc/test/test/luxc/synthesizer/primitive.lux
index c17d41a78..e1e37e469 100644
--- a/new-luxc/test/test/luxc/synthesizer/primitive.lux
+++ b/new-luxc/test/test/luxc/synthesizer/primitive.lux
@@ -17,7 +17,6 @@
%int% r;int
%deg% r;deg
%real% r;real
- %char% r;char
%text% (r;text +5)]
(with-expansions
[<tests> (do-template [<desc> <analysis> <synthesis> <sample>]
@@ -35,7 +34,6 @@
["int" #la;Int #ls;Int %int%]
["deg" #la;Deg #ls;Deg %deg%]
["real" #la;Real #ls;Real %real%]
- ["char" #la;Char #ls;Char %char%]
["text" #la;Text #ls;Text %text%])]
($_ seq
<tests>)))