From 765ac94c2ba8daba265bbccfe1b44712d240922e Mon Sep 17 00:00:00 2001 From: Simon Ochsenreither Date: Fri, 20 Dec 2013 09:31:03 +0100 Subject: SI-7469 Remove misc. @deprecated elements --- test/files/neg/macro-invalidret.check | 2 +- test/files/neg/t3403.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files') diff --git a/test/files/neg/macro-invalidret.check b/test/files/neg/macro-invalidret.check index 6c5baf76b4..6d687557d0 100644 --- a/test/files/neg/macro-invalidret.check +++ b/test/files/neg/macro-invalidret.check @@ -20,7 +20,7 @@ Macros_Test_2.scala:7: warning: macro defs must have explicitly specified return ^ Macros_Test_2.scala:14: error: exception during macro expansion: scala.NotImplementedError: an implementation is missing - at scala.Predef$.$qmark$qmark$qmark(Predef.scala:227) + at scala.Predef$.$qmark$qmark$qmark(Predef.scala:225) at Impls$.foo3(Impls_1.scala:7) foo3 diff --git a/test/files/neg/t3403.scala b/test/files/neg/t3403.scala index 8be6ab2a31..7cf0c3e0f7 100644 --- a/test/files/neg/t3403.scala +++ b/test/files/neg/t3403.scala @@ -1,2 +1,2 @@ -import scala.reflect.{BeanProperty => bp} +import scala.beans.{BeanProperty => bp} class Foo { @bp var bar: Int = 1 } -- cgit v1.2.3