aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests/options/phases
diff options
context:
space:
mode:
authorJiuyang Liu2021-11-30 11:16:02 +0800
committerGitHub2021-11-30 03:16:02 +0000
commita4d13a5024f7488e1d2b9fdd27d3917157a67268 (patch)
tree7e39f9ba6957825c6e4682abdfc93a16f54cc898 /src/test/scala/firrtlTests/options/phases
parentc43879f8fc34eff92965896923fc8780efc07a03 (diff)
[deprecation clean up] remove trait firrtl.util.BackendCompilationUtilities (#2423)
Co-authored-by: Jack Koenig <koenig@sifive.com>
Diffstat (limited to 'src/test/scala/firrtlTests/options/phases')
-rw-r--r--src/test/scala/firrtlTests/options/phases/GetIncludesSpec.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/firrtlTests/options/phases/GetIncludesSpec.scala b/src/test/scala/firrtlTests/options/phases/GetIncludesSpec.scala
index 54129269..9049ec59 100644
--- a/src/test/scala/firrtlTests/options/phases/GetIncludesSpec.scala
+++ b/src/test/scala/firrtlTests/options/phases/GetIncludesSpec.scala
@@ -18,7 +18,7 @@ case object C extends NoTargetAnnotation
case object D extends NoTargetAnnotation
case object E extends NoTargetAnnotation
-class GetIncludesSpec extends AnyFlatSpec with Matchers with BackendCompilationUtilities with firrtl.testutils.Utils {
+class GetIncludesSpec extends AnyFlatSpec with Matchers with firrtl.testutils.Utils {
val dir = new File("test_run_dir/GetIncludesSpec")
dir.mkdirs()