aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
authorEduardo Julian2018-02-11 20:16:22 -0400
committerEduardo Julian2018-02-11 20:16:22 -0400
commit8d5b71001f0600909d11909acaffa4c2d6f98131 (patch)
tree7a23e3f6241a8590f64edc94f333bafc738413de /stdlib/test/tests.lux
parentfd9def43d37bfa548f62915f62e5e6cb0a1dfcac (diff)
- Added initial implementation of protocol-based object-oriented programming.
Diffstat (limited to '')
-rw-r--r--stdlib/test/tests.lux4
1 files changed, 3 insertions, 1 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index b59e8008a..850abc865 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -69,7 +69,9 @@
(poly ["poly_." eq]
["poly_." functor]))
(type ["_." implicit]
- (object ["_." interface])
+ (object
+ ["_." interface]
+ ["_." protocol])
["_." resource])
(lang ["lang/_." syntax]
["_." type]