aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/comptest.scala
blob: fda5214cfa7026c3679a5571f59597c20bce8427 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
package dotc

import test._

object comptest extends CompilerTest {

  val posDir = "/Users/odersky/workspace/dotty/tests/pos/"
  val negDir = "/Users/odersky/workspace/dotty/tests/neg/"
  val dotcDir = "/Users/odersky/workspace/dotty/src/dotty/"

  def main(args: Array[String]) =
    compileFile(posDir, "typers", List("-Xprompt", "-Ylog:frontend", "#runs", "2"))
}