From d3e592c0877f7e34b638f626a68739207ea0f5fe Mon Sep 17 00:00:00 2001 From: Petr Hejl Date: Thu, 29 Jul 2021 19:43:45 +0200 Subject: [PATCH] #74 - Fix imports and remove unnecessary annotation --- src/test/groovy/dev/morling/jfrunit/InheritedSpec.groovy | 3 --- src/test/groovy/dev/morling/jfrunit/TLABRelatedSpec.groovy | 1 - 2 files changed, 4 deletions(-) diff --git a/src/test/groovy/dev/morling/jfrunit/InheritedSpec.groovy b/src/test/groovy/dev/morling/jfrunit/InheritedSpec.groovy index d0d411d..b80dd70 100644 --- a/src/test/groovy/dev/morling/jfrunit/InheritedSpec.groovy +++ b/src/test/groovy/dev/morling/jfrunit/InheritedSpec.groovy @@ -15,9 +15,6 @@ */ package dev.morling.jfrunit -import static dev.morling.jfrunit.ExpectedEvent.event -import static dev.morling.jfrunit.JfrEventsAssert.assertThat - class InheritedSpec extends ParentSpec { @EnableEvent('jdk.GarbageCollection') diff --git a/src/test/groovy/dev/morling/jfrunit/TLABRelatedSpec.groovy b/src/test/groovy/dev/morling/jfrunit/TLABRelatedSpec.groovy index 2fcdd11..51528ac 100644 --- a/src/test/groovy/dev/morling/jfrunit/TLABRelatedSpec.groovy +++ b/src/test/groovy/dev/morling/jfrunit/TLABRelatedSpec.groovy @@ -18,7 +18,6 @@ package dev.morling.jfrunit import groovy.transform.CompileStatic import spock.lang.Specification -@JfrEventTest class TLABRelatedSpec extends Specification { private static final int BYTE_ARRAY_OVERHEAD = 16