From 739a730954e399e7a431b852410f684d0c92fb2f Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Mon, 6 Mar 2017 04:16:36 +0900 Subject: Disable most tests that depend on scala-reflect --- tests/pos-scala2/t7688.scala | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tests/pos-scala2/t7688.scala (limited to 'tests/pos-scala2') diff --git a/tests/pos-scala2/t7688.scala b/tests/pos-scala2/t7688.scala deleted file mode 100644 index 5a846b97e..000000000 --- a/tests/pos-scala2/t7688.scala +++ /dev/null @@ -1,7 +0,0 @@ -import scala.reflect.macros._ - -class A[C <: Context with Singleton](position: C#Position) - -object A { - def apply(c: Context)(in: c.Tree): A[c.type] = new A(in.pos) -} -- cgit v1.2.3