aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests/DCETests.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/scala/firrtlTests/DCETests.scala')
-rw-r--r--src/test/scala/firrtlTests/DCETests.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/firrtlTests/DCETests.scala b/src/test/scala/firrtlTests/DCETests.scala
index 93934c93..f03cd8db 100644
--- a/src/test/scala/firrtlTests/DCETests.scala
+++ b/src/test/scala/firrtlTests/DCETests.scala
@@ -24,7 +24,7 @@ class DCETests extends FirrtlFlatSpec {
// deleted
private val customTransforms = Seq(
new LowFirrtlOptimization,
- new SimpleTransform(RemoveEmpty, LowForm)
+ RemoveEmpty
)
private def exec(input: String, check: String, annos: Seq[Annotation] = List.empty): Unit = {
val state = CircuitState(parse(input), ChirrtlForm, annos)