diff options
Diffstat (limited to 'src/test/scala/firrtlTests/execution')
| -rw-r--r-- | src/test/scala/firrtlTests/execution/SimpleExecutionTest.scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/firrtlTests/execution/SimpleExecutionTest.scala b/src/test/scala/firrtlTests/execution/SimpleExecutionTest.scala index 5abeb819..2654f476 100644 --- a/src/test/scala/firrtlTests/execution/SimpleExecutionTest.scala +++ b/src/test/scala/firrtlTests/execution/SimpleExecutionTest.scala @@ -3,7 +3,7 @@ package firrtlTests.execution import java.io.File import firrtl.ir._ -import firrtlTests._ +import firrtl.testutils._ sealed trait SimpleTestCommand case class Step(n: Int) extends SimpleTestCommand |
