Skip to content

Commit 74e324d

Browse files
committed
SI-8359 Update a test to work with indylambda
1 parent 7be7786 commit 74e324d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/files/run/t2318.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ object Test {
1111
case _: java.io.FilePermission => ()
1212
case x: java.security.SecurityPermission if x.getName contains ".networkaddress." => () // generality ftw
1313
case x: java.util.PropertyPermission if x.getName == "sun.net.inetaddr.ttl" => ()
14+
case _: java.lang.reflect.ReflectPermission => () // needed for LambdaMetaFactory
1415
case _ => super.checkPermission(perm)
1516
}
1617
}

0 commit comments

Comments
 (0)