From abf226471249a1cbb8de33d0c4bc8526f9aafa70 Mon Sep 17 00:00:00 2001 From: Schuyler Eldridge Date: Tue, 17 Dec 2019 18:29:47 -0500 Subject: Migrate to DependencyAPI Co-authored-by: Schuyler Eldridge Co-authored-by: Albert Magyar Signed-off-by: Schuyler Eldridge --- src/test/scala/firrtlTests/AnnotationTests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/scala/firrtlTests/AnnotationTests.scala') diff --git a/src/test/scala/firrtlTests/AnnotationTests.scala b/src/test/scala/firrtlTests/AnnotationTests.scala index 03e3198e..a1c6580d 100644 --- a/src/test/scala/firrtlTests/AnnotationTests.scala +++ b/src/test/scala/firrtlTests/AnnotationTests.scala @@ -627,7 +627,7 @@ class JsonAnnotationTests extends AnnotationTests with BackendCompilationUtiliti override def inputForm: CircuitForm = UnknownForm override def outputForm: CircuitForm = UnknownForm - protected def execute(state: CircuitState): CircuitState = state + def execute(state: CircuitState): CircuitState = state } "annotation order" should "should be preserved" in { -- cgit v1.2.3