Skip to content

Commit

Permalink
Replace executor with test interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
CaelmBleidd committed Dec 6, 2023
1 parent 635e817 commit c0356ce
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@ package org.usvm.samples.objects
import org.junit.jupiter.api.Test
import org.usvm.samples.JavaMethodTestRunner
import org.usvm.test.util.checkers.eq
import org.usvm.util.JcTestResolverType

class TestStatics : JavaMethodTestRunner() {
override val resolverType: JcTestResolverType
get() = JcTestResolverType.CONCRETE_EXECUTOR

@Test
fun `Test static field access`() {
checkDiscoveredProperties(
Expand Down

0 comments on commit c0356ce

Please sign in to comment.