aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests/AnnotationTests.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/scala/firrtlTests/AnnotationTests.scala')
-rw-r--r--src/test/scala/firrtlTests/AnnotationTests.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/firrtlTests/AnnotationTests.scala b/src/test/scala/firrtlTests/AnnotationTests.scala
index 77f07781..81d982e4 100644
--- a/src/test/scala/firrtlTests/AnnotationTests.scala
+++ b/src/test/scala/firrtlTests/AnnotationTests.scala
@@ -17,7 +17,7 @@ import org.scalatest.Matchers
*/
trait AnnotationSpec extends LowTransformSpec {
// Dummy transform
- def transform = new CustomResolveAndCheck(LowForm)
+ def transform = new ResolveAndCheck
// Check if Annotation Exception is thrown
override def failingexecute(annotations: AnnotationMap, input: String): Exception = {