aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2015-11-02 19:01:10 +0100
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2015-11-02 19:14:45 +0100
commitc0eff977c481b9235e5f0a411ef36787027172cf (patch)
tree24f4448d5b9135ef87d221e0e8f2fec5b3d27c4f /test/dotc/tests.scala
parentc48c4295766b096bfb8183643cfe6d4dd5c1a1c3 (diff)
downloaddotty-c0eff977c481b9235e5f0a411ef36787027172cf.tar.gz
dotty-c0eff977c481b9235e5f0a411ef36787027172cf.tar.bz2
dotty-c0eff977c481b9235e5f0a411ef36787027172cf.zip
Ouch... remove comment that broke compilation.
Diffstat (limited to 'test/dotc/tests.scala')
-rw-r--r--test/dotc/tests.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 0e7e526c2..4383949dc 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -217,5 +217,4 @@ class tests extends CompilerTest {
val javaDir = "./tests/pos/java-interop/"
@Test def java_all = compileFiles(javaDir, twice)
//@Test def dotc_compilercommand = compileFile(dotcDir + "config/", "CompilerCommand")
- */
}