summaryrefslogtreecommitdiff
path: root/src/graphyx/tests/EmptyTest.scala
blob: 585a0535ae0743d84e02636ab196354c390ff973 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Graphyx
 * copyright (c) 2009 Jakob Odersky
 * made available under the MIT License
*/

package graphyx.tests

import sims.dynamics._
object EmptyTest extends Test{
  override val title = "Empty Test"
  val world = new World
  def init = {}
}