aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlbert Magyar2017-03-15 16:10:06 -0700
committerAlbert Magyar2017-03-15 16:14:39 -0700
commit50c4d632ea970d16cb1e321ec9b6e69f6d78ad93 (patch)
tree6d7b4b78df8c142aa5a84dca8fe3e9aec0af66f2 /src
parent308fc62bf8bfbb66afc06eb28310781fe9a7d2b8 (diff)
Use newer rocket regression spec without comb loop
Diffstat (limited to 'src')
-rw-r--r--src/test/scala/firrtlTests/IntegrationSpec.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/scala/firrtlTests/IntegrationSpec.scala b/src/test/scala/firrtlTests/IntegrationSpec.scala
index 52fbb611..f4173143 100644
--- a/src/test/scala/firrtlTests/IntegrationSpec.scala
+++ b/src/test/scala/firrtlTests/IntegrationSpec.scala
@@ -48,6 +48,5 @@ class GCDSplitEmissionExecutionTest extends FirrtlFlatSpec {
}
class RocketCompilationTest extends CompilationTest("rocket", "/regress")
-class RocketFirrtlCompilationTest extends CompilationTest("rocket-firrtl", "/regress")
class BOOMRobCompilationTest extends CompilationTest("Rob", "/regress")