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

object Test extends InteractiveTest {
  // Normalize ordering of LUB
  override def normalize(s: String) = s.replace("Serializable with Product", "Product with Serializable")
}