aboutsummaryrefslogtreecommitdiff
path: root/test/test/CompilerTest.scala
diff options
context:
space:
mode:
authorvsalvis <salvisbergvera@gmail.com>2015-05-11 13:45:49 +0200
committervsalvis <salvisbergvera@gmail.com>2015-05-12 11:19:34 +0200
commit7e3595d1f7efa34ef3ea2409529643cd8864e926 (patch)
treed75e9a0204a4110d9e9649ced9dd8e45c06202c3 /test/test/CompilerTest.scala
parentca3fc43bb3f9eb0068669acf6e64b3c6bd310511 (diff)
downloaddotty-7e3595d1f7efa34ef3ea2409529643cd8864e926.tar.gz
dotty-7e3595d1f7efa34ef3ea2409529643cd8864e926.tar.bz2
dotty-7e3595d1f7efa34ef3ea2409529643cd8864e926.zip
Better documentation for partest dottyJar option
Diffstat (limited to 'test/test/CompilerTest.scala')
-rw-r--r--test/test/CompilerTest.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test/CompilerTest.scala b/test/test/CompilerTest.scala
index be88e8c8e..d710a26d8 100644
--- a/test/test/CompilerTest.scala
+++ b/test/test/CompilerTest.scala
@@ -31,7 +31,7 @@ import org.junit.Test
* - run: compilation succeeds, partest: test run generates the output in
* <test>.check. Run tests always need to be:
* object Test { def main(args: Array[String]): Unit = ... }
- *
+ * Classpath jars can be added to partestDeps in the sbt Build.scala.
*/
abstract class CompilerTest extends DottyTest {