Skip to content

Commit

Permalink
#74 - Fix imports and remove unnecessary annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Hejl authored and gunnarmorling committed Jul 30, 2021
1 parent 3181233 commit d3e592c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/test/groovy/dev/morling/jfrunit/InheritedSpec.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
1 change: 0 additions & 1 deletion src/test/groovy/dev/morling/jfrunit/TLABRelatedSpec.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3e592c

Please sign in to comment.