Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed May 2, 2024
1 parent c09979e commit 4d0fecf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3620,7 +3620,7 @@ public void testAbstractMethod2() throws ClassHierarchyException, CancelExceptio
test("tf2_test_abstract_method2.py", "D.f", 1, 1, 3);
test("tf2_test_abstract_method2.py", "C.f", 1, 1, 3);
}

@Test
public void testAbstractMethod() throws ClassHierarchyException, CancelException, IOException {
test("tf2_test_abstract_method.py", "D.f", 1, 1, 3);
Expand Down

0 comments on commit 4d0fecf

Please sign in to comment.