aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests/CustomTransformSpec.scala
diff options
context:
space:
mode:
authorJack Koenig2020-01-07 21:12:22 -0800
committerGitHub2020-01-07 21:12:22 -0800
commita4f2eda0ca312f80f43f89a764622aa744f9f84b (patch)
treef4371d28afe92712a8307ebc3473fc6c9d84584c /src/test/scala/firrtlTests/CustomTransformSpec.scala
parentd5dd427c0267dc143d4297d5fd0716f19cd7634b (diff)
parent0a5b90fff540f3d82cc5b16db0bf2ff83e9dd760 (diff)
Merge pull request #1259 from freechipsproject/cleanup-testing-console
Cleanup testing console
Diffstat (limited to 'src/test/scala/firrtlTests/CustomTransformSpec.scala')
-rw-r--r--src/test/scala/firrtlTests/CustomTransformSpec.scala2
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
}
}