aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux
diff options
context:
space:
mode:
authorEduardo Julian2018-07-21 21:04:12 -0400
committerEduardo Julian2018-07-21 21:04:12 -0400
commita76985a039abfc877437e7eb9ec2f35c88391650 (patch)
tree0979a0b189e48fa72b70685eff9af36244d592f2 /stdlib/test/tests.lux
parent35b77d1ae1e0e4d59f8341089b12c0043abaddd8 (diff)
Got rid of Object-Oriented Programming modules.
Diffstat (limited to '')
-rw-r--r--stdlib/test/tests.lux5
1 files changed, 1 insertions, 4 deletions
diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux
index db2687876..2380365bf 100644
--- a/stdlib/test/tests.lux
+++ b/stdlib/test/tests.lux
@@ -145,10 +145,7 @@
["_." type
["_." check]
## ["_." implicit] ## TODO: Specially troublesome...
- ["_." resource]
- [object
- ["_." interface]
- ["_." protocol]]]
+ ["_." resource]]
[compiler
[default
["_default/." syntax]