aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests/CheckSpec.scala
diff options
context:
space:
mode:
authorAdam Izraelevitz2016-06-13 10:52:04 -0700
committerGitHub2016-06-13 10:52:04 -0700
commit860b04eff7758c3efae09fb0b5b908abad3b4593 (patch)
treeabb1a5b81693da98818a9bee79c776d421a820d1 /src/test/scala/firrtlTests/CheckSpec.scala
parent83f53a3a0cdcfc7537e923b827ab820205025d45 (diff)
parentc13ad522ae226bad57f341d0f93865194fb0bf76 (diff)
Merge pull request #191 from ucb-bar/ir-cleanup-fix
Ir cleanup fix
Diffstat (limited to 'src/test/scala/firrtlTests/CheckSpec.scala')
-rw-r--r--src/test/scala/firrtlTests/CheckSpec.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/scala/firrtlTests/CheckSpec.scala b/src/test/scala/firrtlTests/CheckSpec.scala
index 5c1b1a67..69645ddc 100644
--- a/src/test/scala/firrtlTests/CheckSpec.scala
+++ b/src/test/scala/firrtlTests/CheckSpec.scala
@@ -3,7 +3,8 @@ package firrtlTests
import java.io._
import org.scalatest._
import org.scalatest.prop._
-import firrtl.{Parser,Circuit}
+import firrtl.Parser
+import firrtl.ir.Circuit
import firrtl.passes.{Pass,ToWorkingIR,CheckHighForm,ResolveKinds,InferTypes,CheckTypes,PassExceptions}
class CheckSpec extends FlatSpec with Matchers {