remove most occurrences of ScalaObject

This commit is contained in:
Mark Harrah 2012-07-01 15:16:41 -04:00
parent fbb09b1433
commit 2196cbedaf
1 changed files with 2 additions and 2 deletions

View File

@ -82,10 +82,10 @@ private[this] object ProcessSpecification extends Properties("Process I/O")
{
val ignore = echo // just for the compile dependency so that this test is rerun when TestedProcess.scala changes, not used otherwise
val thisClasspath = List(getSource[ScalaObject], getSource[IO.type], getSource[SourceTag]).mkString(File.pathSeparator)
val thisClasspath = List(getSource[Product], getSource[IO.type], getSource[SourceTag]).mkString(File.pathSeparator)
"java -cp " + thisClasspath + " " + command
}
private def getSource[T : Manifest]: String =
IO.classLocationFile[T].getAbsolutePath
}
private trait SourceTag
private trait SourceTag