diff options
Diffstat (limited to 'src/test/scala/firrtlTests/ExpandWhensSpec.scala')
| -rw-r--r-- | src/test/scala/firrtlTests/ExpandWhensSpec.scala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/scala/firrtlTests/ExpandWhensSpec.scala b/src/test/scala/firrtlTests/ExpandWhensSpec.scala index f7e694f3..d4b3d0df 100644 --- a/src/test/scala/firrtlTests/ExpandWhensSpec.scala +++ b/src/test/scala/firrtlTests/ExpandWhensSpec.scala @@ -4,6 +4,7 @@ package firrtlTests import firrtl._ import firrtl.passes._ +import firrtl.testutils._ class ExpandWhensSpec extends FirrtlFlatSpec { private val transforms = Seq( |
