summaryrefslogtreecommitdiff
path: root/test/files/presentation/callcc-interpreter/Runner.scala
blob: 61b6efd50d47f77e2c88ce6a9e7fe6ba4ba0c930 (plain) (blame)
1
2
3
4
5
import scala.tools.nsc.interactive.tests._

object Test extends InteractiveTest {
  settings.XoldPatmat.value = true // TODO: could this be running into some kind of race condition? sometimes the match has been translated, sometimes it hasn't
}