Skip to content

Commit

Permalink
Merge pull request #17 from JetBrains/tests-messages-upgrade
Browse files Browse the repository at this point in the history
Fixed failing test
  • Loading branch information
Nazarov Nikita committed Aug 20, 2020
2 parents ae5f927 + 0edb8b7 commit 7409e4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import common.TestBase;
import common.TestNode;

public class ShortestPathsToGCRoots extends TestBase {
public class PathsToThreeRoots extends TestBase {
public static void main(String[] args) {
TestNode root1 = new TestNode(10);
TestNode root2 = new TestNode(7, root1.getLast());
Expand Down

0 comments on commit 7409e4a

Please sign in to comment.