aboutsummaryrefslogtreecommitdiff
path: root/tests/pos-special
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2017-02-16 23:35:18 +0100
committerGuillaume Martres <smarter@ubuntu.com>2017-02-18 19:24:05 +0100
commit5aac086d63807331e380bb2d861e4e07800b1f63 (patch)
tree0846ffcc133ce47ba1355e960959295d1e6f1bc2 /tests/pos-special
parent6df672c7e7be65d7be1cd6524c610aed4f35178c (diff)
downloaddotty-5aac086d63807331e380bb2d861e4e07800b1f63.tar.gz
dotty-5aac086d63807331e380bb2d861e4e07800b1f63.tar.bz2
dotty-5aac086d63807331e380bb2d861e4e07800b1f63.zip
Disable tests that require scala-compiler
This is necessary if we ever want to get rid of our dependency on scala-compiler
Diffstat (limited to 'tests/pos-special')
-rw-r--r--tests/pos-special/i859.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/pos-special/i859.scala b/tests/pos-special/i859.scala
deleted file mode 100644
index a9f6b51c9..000000000
--- a/tests/pos-special/i859.scala
+++ /dev/null
@@ -1,3 +0,0 @@
-class Analyzer {
- def foo: scala.tools.nsc.Global = ???
-}