Skip to content

Commit 2b547d5

Browse files
committed
Test updates
1 parent 0473f5b commit 2b547d5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/test/scala/chiselTests/BlackBox.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ class BlackBoxSpec extends AnyFlatSpec with Matchers with ChiselSim with FileChe
361361
object A extends layer.Layer(layer.LayerConfig.Extract())
362362

363363
sealed trait NoIo { this: BlackBox =>
364-
final val io = IO(new Bundle {})
364+
final val io = chisel3.IO(new Bundle {})
365365
}
366366

367367
// No known layers

src/test/scala/chiselTests/testing/HasTestingDirectorySpec.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ class HasTestingDirectorySpec extends AnyFlatSpec with Matchers {
6868
testingDirectory.getDirectory
6969
}
7070

71-
implicit val bar: HasTestingDirectory = implicitly[HasTestingDirectory]
72-
7371
foo should be(foo)
7472

7573
}

0 commit comments

Comments
 (0)