aboutsummaryrefslogtreecommitdiff
path: root/tests/pos-scala2
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2017-03-06 04:16:36 +0900
committerGuillaume Martres <smarter@ubuntu.com>2017-03-08 13:30:48 +0100
commit739a730954e399e7a431b852410f684d0c92fb2f (patch)
tree9a26aae6f6fb759b397be75933c01db9b66b6dc5 /tests/pos-scala2
parent904d3bc1907e825f9cd9e17d1e8c538dc2a45357 (diff)
downloaddotty-739a730954e399e7a431b852410f684d0c92fb2f.tar.gz
dotty-739a730954e399e7a431b852410f684d0c92fb2f.tar.bz2
dotty-739a730954e399e7a431b852410f684d0c92fb2f.zip
Disable most tests that depend on scala-reflect
Diffstat (limited to 'tests/pos-scala2')
-rw-r--r--tests/pos-scala2/t7688.scala7
1 files changed, 0 insertions, 7 deletions
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)
-}