aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/meta/type.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/meta/type.lux')
-rw-r--r--stdlib/source/test/lux/meta/type.lux4
1 files changed, 3 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/meta/type.lux b/stdlib/source/test/lux/meta/type.lux
index 67119dd60..e4c8ad2ea 100644
--- a/stdlib/source/test/lux/meta/type.lux
+++ b/stdlib/source/test/lux/meta/type.lux
@@ -42,7 +42,8 @@
["[1][0]" resource]
["[1][0]" unit]
["[1][0]" variance]
- ["[1][0]" poly]])
+ ["[1][0]" poly]
+ ["[1][0]" row]])
(def !expect
(template (_ <pattern> <value>)
@@ -572,4 +573,5 @@
/unit.test
/variance.test
/poly.test
+ /row.test
)))