diff options
| author | Andrew Waterman | 2016-02-04 00:00:19 -0800 |
|---|---|---|
| committer | Andrew Waterman | 2016-02-04 00:00:19 -0800 |
| commit | 62fa95acc5d3d301fe461c5844c29d0c75ca6a5d (patch) | |
| tree | 89893f19fba9aacc7e18ba8013b428e9f1e03482 /src/test/scala/chiselTests/ComplexAssign.scala | |
| parent | 7fc2ea6a14da441db9c47d094361fea07436f6d3 (diff) | |
| parent | c5240a3bfe1c05a206c7c34c3c7c5007bbcc3680 (diff) | |
Merge branch 'blackbox't push origin master
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 02f0e1ac..d79a2625 100644 --- a/src/test/scala/chiselTests/ComplexAssign.scala +++ b/src/test/scala/chiselTests/ComplexAssign.scala @@ -46,7 +46,7 @@ class ComplexAssignTester(enList: List[Boolean], re: Int, im: Int) extends Basic class ComplexAssignSpec extends ChiselPropSpec { property("All complex assignments should return the correct result") { forAll(enSequence(2), safeUInts, safeUInts) { (en: List[Boolean], re: Int, im: Int) => - assert(execute{ new ComplexAssignTester(en, re, im) }) + assertTesterPasses{ new ComplexAssignTester(en, re, im) } } } } |
