From 74e324da66ad43466866b4f886fc03d24c81d18f Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Mon, 9 Mar 2015 14:41:47 +1000 Subject: SI-8359 Update a test to work with indylambda --- test/files/run/t2318.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/files/run/t2318.scala b/test/files/run/t2318.scala index b638c433f5..4239c017b8 100644 --- a/test/files/run/t2318.scala +++ b/test/files/run/t2318.scala @@ -11,6 +11,7 @@ object Test { case _: java.io.FilePermission => () case x: java.security.SecurityPermission if x.getName contains ".networkaddress." => () // generality ftw case x: java.util.PropertyPermission if x.getName == "sun.net.inetaddr.ttl" => () + case _: java.lang.reflect.ReflectPermission => () // needed for LambdaMetaFactory case _ => super.checkPermission(perm) } } -- cgit v1.2.3