aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-01-06 07:10:57 +0100
committerMartin Odersky <odersky@gmail.com>2014-01-06 07:10:57 +0100
commit3fa986d52281fb3ece27e825d56e2723ae97d84b (patch)
tree3783e618bceb5ac60cedd972410ace16d651c39c /test/dotc/tests.scala
parente3bcdfa84b348a3c9c886f38e7ac382f8364b21c (diff)
downloaddotty-3fa986d52281fb3ece27e825d56e2723ae97d84b.tar.gz
dotty-3fa986d52281fb3ece27e825d56e2723ae97d84b.tar.bz2
dotty-3fa986d52281fb3ece27e825d56e2723ae97d84b.zip
Make implicit scope work in the presence to TypeVars
Need to pass a current context to be able to find instances of typevars.
Diffstat (limited to 'test/dotc/tests.scala')
-rw-r--r--test/dotc/tests.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index c2e8f4ad2..e574dd1a6 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -45,4 +45,6 @@ class tests extends CompilerTest {
@Test def dotc = compileDir(dotcDir + "tools/dotc")
@Test def dotc_ast = compileDir(dotcDir + "tools/dotc/ast")
+ @Test def dotc_settings = compileFile(dotcDir + "tools/dotc/config/", "Settings")
+ @Test def dotc_compilercommand = compileFile(dotcDir + "tools/dotc/config/", "CompilerCommand")
} \ No newline at end of file