diff options
| author | ducky | 2015-11-19 16:03:53 -0800 |
|---|---|---|
| committer | Palmer Dabbelt | 2015-12-06 22:14:52 -0800 |
| commit | d20591e0d030d5c380e279999659fbfa9f41d3d3 (patch) | |
| tree | 9dbf9b3ba419bc7f4133812c757a9ce51ee8e58f /src/test/scala/chiselTests/Reg.scala | |
| parent | c26ca883aab6499216c673f867ee61651a9c11a2 (diff) | |
Split internal and FIRRTL packages
Diffstat (limited to 'src/test/scala/chiselTests/Reg.scala')
| -rw-r--r-- | src/test/scala/chiselTests/Reg.scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/chiselTests/Reg.scala b/src/test/scala/chiselTests/Reg.scala index 55c92b45..f2620d88 100644 --- a/src/test/scala/chiselTests/Reg.scala +++ b/src/test/scala/chiselTests/Reg.scala @@ -8,7 +8,7 @@ import Chisel.testers.BasicTester class RegSpec extends ChiselFlatSpec { "A Reg" should "throw an exception if not given any parameters" in { - a [ChiselException] should be thrownBy { + a [Exception] should be thrownBy { val reg = Reg() } } |
