aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/scala/firrtlTests/options/PhaseManagerSpec.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/scala/firrtlTests/options/PhaseManagerSpec.scala b/src/test/scala/firrtlTests/options/PhaseManagerSpec.scala
index 6f09daf6..b13ee215 100644
--- a/src/test/scala/firrtlTests/options/PhaseManagerSpec.scala
+++ b/src/test/scala/firrtlTests/options/PhaseManagerSpec.scala
@@ -379,6 +379,7 @@ class PhaseManagerSpec extends FlatSpec with Matchers {
val f = new File(d + "/transformOrder.dot")
val w = new PrintWriter(new File(d + "/transformOrder.dot"))
try {
+ info("transform order:\n" + pm.prettyPrint(" "))
w.write(pm.transformOrderToGraphviz())
w.close
maybeToPng(f)