From 962502e64dc170088af133470eb878d7dd0e8d4c Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 12 Apr 2017 21:07:23 -0400 Subject: - Simplified some of the documentation and error messages. --- stdlib/test/test/lux/host.jvm.lux | 8 -------- 1 file changed, 8 deletions(-) (limited to 'stdlib/test') diff --git a/stdlib/test/test/lux/host.jvm.lux b/stdlib/test/test/lux/host.jvm.lux index 4bd96ad62..93fe5b5e6 100644 --- a/stdlib/test/test/lux/host.jvm.lux +++ b/stdlib/test/test/lux/host.jvm.lux @@ -82,14 +82,6 @@ (assert "Can run code in a \"synchronized\" block." (&;synchronized "" true)) - ## (assert "Can safely try risky code." - ## (and (case (&;try []) - ## (#;Right _) true - ## (#;Left _) false) - ## (case (&;try (_lux_proc ["jvm" "throw"] [(Exception.new "Uh, oh...")])) - ## (#;Right _) false - ## (#;Left _) true))) - (assert "Can access Class instances." (Text/= "java.lang.Class" (Class.getName [] (&;class-for java.lang.Class)))) -- cgit v1.2.3