From 958e6259baf0ea303f6cee468be35b18107ffd41 Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Sat, 20 Jun 2015 08:44:57 +0200 Subject: Fix spurious test failure under -Ybackend:GenBCode --- test/files/run/t7582/InlineHolder.scala | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/files/run/t7582') diff --git a/test/files/run/t7582/InlineHolder.scala b/test/files/run/t7582/InlineHolder.scala index a18b9effaa..3cbf233ce1 100644 --- a/test/files/run/t7582/InlineHolder.scala +++ b/test/files/run/t7582/InlineHolder.scala @@ -1,3 +1,6 @@ +/* + * filter: inliner warning; re-run with + */ package p1 { object InlineHolder { @inline def inlinable = p1.PackageProtectedJava.protectedMethod() + 1 -- cgit v1.2.3