From 519ffef50ac90937b7a7a4cec30855608dd4d78c Mon Sep 17 00:00:00 2001 From: Edward Wang Date: Mon, 31 Jul 2017 15:43:59 -0700 Subject: [PATCH] Tests aren't that brittle since firrtl reparses the output --- macros/src/test/scala/MacroCompilerSpec.scala | 2 -- 1 file changed, 2 deletions(-) diff --git a/macros/src/test/scala/MacroCompilerSpec.scala b/macros/src/test/scala/MacroCompilerSpec.scala index 8a8f542f..892e63d0 100644 --- a/macros/src/test/scala/MacroCompilerSpec.scala +++ b/macros/src/test/scala/MacroCompilerSpec.scala @@ -6,8 +6,6 @@ import firrtl.Parser.parse import firrtl.Utils.ceilLog2 import java.io.{File, StringWriter} -// TODO: we should think of a less brittle way to run these tests. - abstract class MacroCompilerSpec extends org.scalatest.FlatSpec with org.scalatest.Matchers { /** * Terminology note: