From cec050dbd898b9d1f5ce4d4558af33c7e799b7a9 Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Mon, 13 Apr 2020 17:24:14 -0700 Subject: Update scalatest to 3.1.0 (#1394) Co-authored-by: Scala Steward --- src/test/scala/chiselTests/IOCompatibility.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test/scala/chiselTests/IOCompatibility.scala') diff --git a/src/test/scala/chiselTests/IOCompatibility.scala b/src/test/scala/chiselTests/IOCompatibility.scala index 55d9e947..488842d4 100644 --- a/src/test/scala/chiselTests/IOCompatibility.scala +++ b/src/test/scala/chiselTests/IOCompatibility.scala @@ -4,6 +4,7 @@ package chiselTests import chisel3._ import org.scalatest._ +import org.scalatest.matchers.should.Matchers class IOCSimpleIO extends Bundle { val in = Input(UInt(32.W)) -- cgit v1.2.3