summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/BlackBoxImpl.scala
diff options
context:
space:
mode:
authorJack Koenig2021-11-30 17:05:14 -0800
committerGitHub2021-12-01 01:05:14 +0000
commitef1a14e29e8d634cd8e52490b2a3fc368218c41c (patch)
treea83c59f360413f2443ba3dc2b107190a5535357f /src/test/scala/chiselTests/BlackBoxImpl.scala
parent40192433e96ffe91928fa140d32f99562f95e7cf (diff)
Remove unused imports for API removed from firrtl (#2269)
This fixes CI which fails with current firrtl 1.5-SNAPSHOT.
Diffstat (limited to 'src/test/scala/chiselTests/BlackBoxImpl.scala')
-rw-r--r--src/test/scala/chiselTests/BlackBoxImpl.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/scala/chiselTests/BlackBoxImpl.scala b/src/test/scala/chiselTests/BlackBoxImpl.scala
index a9a6fa29..2fa3d8a6 100644
--- a/src/test/scala/chiselTests/BlackBoxImpl.scala
+++ b/src/test/scala/chiselTests/BlackBoxImpl.scala
@@ -7,7 +7,6 @@ import java.io.File
import chisel3._
import chisel3.util.{HasBlackBoxInline, HasBlackBoxResource, HasBlackBoxPath}
import chisel3.stage.{ChiselGeneratorAnnotation, ChiselStage}
-import firrtl.FirrtlExecutionSuccess
import firrtl.transforms.BlackBoxNotFoundException
import org.scalacheck.Test.Failed
import org.scalatest.Succeeded