Skip to content

Commit

Permalink
Use IPair from non-shaded plumelib artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Ao-senXiong committed Apr 7, 2024
1 parent 6a3dd7f commit 996219d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ontology/OntologyTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import java.util.List;
import ontology.solvers.backend.OntologySolverEngine;
import org.checkerframework.framework.test.TestUtilities;
import org.checkerframework.org.plumelib.util.IPair;
import org.plumelib.util.IPair;
import org.junit.runners.Parameterized.Parameters;

public class OntologyTest extends CFInferenceTest {
Expand Down

0 comments on commit 996219d

Please sign in to comment.