diff options
| author | ducky | 2015-11-04 12:50:00 -0800 |
|---|---|---|
| committer | ducky | 2015-11-04 12:50:00 -0800 |
| commit | 0300b7db3e87da860c2a70b7f990ebf1c59e8029 (patch) | |
| tree | aa71e441d612176050531adc85d9688f6c0d9981 /src/test/scala/chiselTests/ComplexAssign.scala | |
| parent | a3c9680d1e2b84693759747a4779341ba80c4a50 (diff) | |
Style fixes for test code, so we can go back down to zero style errors for tests
Diffstat (limited to 'src/test/scala/chiselTests/ComplexAssign.scala')
| -rw-r--r-- | src/test/scala/chiselTests/ComplexAssign.scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/chiselTests/ComplexAssign.scala b/src/test/scala/chiselTests/ComplexAssign.scala index 64fc8bda..bbd3d6c2 100644 --- a/src/test/scala/chiselTests/ComplexAssign.scala +++ b/src/test/scala/chiselTests/ComplexAssign.scala @@ -41,7 +41,7 @@ class ComplexAssignTester(enList: List[Boolean], re: Int, im: Int) extends Basic io.done := Bool(true); io.error := cnt } .elsewhen(wrap) { io.done := Bool(true) } } - + class ComplexAssignSpec extends ChiselPropSpec { property("All complex assignments should return the correct result") { |
