summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman2015-08-05 17:56:55 -0700
committerAndrew Waterman2015-08-05 17:56:55 -0700
commit96b6b5372a97088ddbe2ae16a26e1c4b8021ce86 (patch)
tree0251d283b6451739e040406893fa8aece3b2b3f6
parent290506a8f85f4d6c79893493889c966477f77298 (diff)
Don't have Tester extend FileSystemUtilities
-rw-r--r--src/main/scala/Chisel/Tester.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/Chisel/Tester.scala b/src/main/scala/Chisel/Tester.scala
index 9c6f51d0..389de2c8 100644
--- a/src/main/scala/Chisel/Tester.scala
+++ b/src/main/scala/Chisel/Tester.scala
@@ -43,7 +43,7 @@ import scala.sys.process._
import scala.io.Source._
import Literal._
-object TesterDriver extends FileSystemUtilities {
+object TesterDriver {
// Setting this to TRUE will initialize the tester's RNG with the
// seed below.
// case "--testerSeed" => {