aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests/fixed/FixedPointMathSpec.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/scala/firrtlTests/fixed/FixedPointMathSpec.scala')
-rw-r--r--src/test/scala/firrtlTests/fixed/FixedPointMathSpec.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/scala/firrtlTests/fixed/FixedPointMathSpec.scala b/src/test/scala/firrtlTests/fixed/FixedPointMathSpec.scala
index a4319e8b..e1b03728 100644
--- a/src/test/scala/firrtlTests/fixed/FixedPointMathSpec.scala
+++ b/src/test/scala/firrtlTests/fixed/FixedPointMathSpec.scala
@@ -2,8 +2,7 @@
package firrtlTests.fixed
-import firrtl.{CircuitState, ChirrtlForm, LowFirrtlCompiler, Parser}
-import firrtl.Parser.IgnoreInfo
+import firrtl.{CircuitState, ChirrtlForm, LowFirrtlCompiler}
import firrtlTests.FirrtlFlatSpec
class FixedPointMathSpec extends FirrtlFlatSpec {