diff options
| author | chick | 2020-06-29 10:44:13 -0700 |
|---|---|---|
| committer | chick | 2020-06-29 10:44:13 -0700 |
| commit | 3694b092830ac0a8d1e5a6dfe9a65d88420c1962 (patch) | |
| tree | b13d75011859e3adf806f3747c542daa9662fba1 /src/test/scala/chiselTests/BoringUtilsSpec.scala | |
| parent | 0a17d89fe76c11efadc3d0f90dc1d93a690d861a (diff) | |
- A few final fixes after the rebase
Diffstat (limited to 'src/test/scala/chiselTests/BoringUtilsSpec.scala')
| -rw-r--r-- | src/test/scala/chiselTests/BoringUtilsSpec.scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/chiselTests/BoringUtilsSpec.scala b/src/test/scala/chiselTests/BoringUtilsSpec.scala index ffc10c88..93b9a036 100644 --- a/src/test/scala/chiselTests/BoringUtilsSpec.scala +++ b/src/test/scala/chiselTests/BoringUtilsSpec.scala @@ -4,7 +4,7 @@ package chiselTests import chisel3._ import chisel3.util.Counter -import chisel3.testers.{BasicTester, TesterDriver} +import chisel3.testers._ import chisel3.experimental.{BaseModule, ChiselAnnotation, RunFirrtlTransform} import chisel3.util.experimental.BoringUtils |
