Skip to content

Commit

Permalink
Suggestion by Thomas
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukovec committed Oct 19, 2023
1 parent 1cdb0c8 commit c857f3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import org.scalatestplus.junit.JUnitRunner
import org.scalatestplus.scalacheck.Checkers

@RunWith(classOf[JUnitRunner])
class TestUCOracle extends AnyFunSuite with BeforeAndAfterEach with Checkers {
class TestUninterpretedConstOracle extends AnyFunSuite with BeforeAndAfterEach with Checkers {

var rewriter: Rewriter = TestingRewriter(Map.empty)
var cache: UninterpretedLiteralCache = new UninterpretedLiteralCache
Expand Down

0 comments on commit c857f3d

Please sign in to comment.