Skip to content

Commit

Permalink
Merge branch 'master' into postpone-assert-toString
Browse files Browse the repository at this point in the history
  • Loading branch information
liblit authored Oct 31, 2023
2 parents 68558fc + 6b4aff9 commit b6a353e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

public abstract class TestCAstTranslator {

protected static class TranslatorAssertions {
public static class TranslatorAssertions {
private final Set<String> classes = new HashSet<>();

private final Map<String, String> supers = new HashMap<>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ protected void run(String mainClass, String exclusionsFile, String... args)
assertTrue(Files.exists(cgLocation), "expected to create call graph");
}

interface EdgesTest {
protected interface EdgesTest {
void edgesTest(CallGraph staticCG, CGNode caller, MethodReference callee);
}

Expand Down

0 comments on commit b6a353e

Please sign in to comment.