aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorJack Koenig2019-11-29 14:45:14 -0800
committerJack Koenig2019-11-29 14:45:14 -0800
commit3e626e39a1cdae0a376decaed27b842986a700e0 (patch)
tree509a1780ad55146dfc7697f33dc6d56846d1195c /src/test
parentfc014311740a7c31ed006fd2ab5ae7173c284a21 (diff)
Remove scala-logging fully in favor of our own logger
There was some vestigial logging that conflicts with the homebrewed logger used by most of the codebase
Diffstat (limited to 'src/test')
-rw-r--r--src/test/scala/firrtlTests/FirrtlSpec.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/firrtlTests/FirrtlSpec.scala b/src/test/scala/firrtlTests/FirrtlSpec.scala
index efbb27de..1ff5b72f 100644
--- a/src/test/scala/firrtlTests/FirrtlSpec.scala
+++ b/src/test/scala/firrtlTests/FirrtlSpec.scala
@@ -5,7 +5,7 @@ package firrtlTests
import java.io._
import java.security.Permission
-import com.typesafe.scalalogging.LazyLogging
+import logger.LazyLogging
import scala.sys.process._
import org.scalatest._