diff options
| author | Jack Koenig | 2019-11-29 16:59:34 -0800 |
|---|---|---|
| committer | Jack Koenig | 2020-01-07 19:35:50 -0800 |
| commit | 3e75cba35630c9831cf7833c4947df1dfed93eb6 (patch) | |
| tree | a4179bfe56af672ec0f1ab9c8868f9825387710b /src/test/scala/firrtlTests/CustomTransformSpec.scala | |
| parent | 0bc0bcd598ccb8f0251a93d546270fcfdfa47fdd (diff) | |
Remove printlns from tests
Diffstat (limited to 'src/test/scala/firrtlTests/CustomTransformSpec.scala')
| -rw-r--r-- | src/test/scala/firrtlTests/CustomTransformSpec.scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/firrtlTests/CustomTransformSpec.scala b/src/test/scala/firrtlTests/CustomTransformSpec.scala index e0ed6fdb..42ba031a 100644 --- a/src/test/scala/firrtlTests/CustomTransformSpec.scala +++ b/src/test/scala/firrtlTests/CustomTransformSpec.scala @@ -79,7 +79,7 @@ class CustomTransformSpec extends FirrtlFlatSpec { def inputForm = HighForm def outputForm = HighForm def execute(s: CircuitState) = { - println(name) + assert(name.endsWith("A")) s } } |
