Skip to content

Commit

Permalink
Fix bad merge
Browse files Browse the repository at this point in the history
Put back decorator.
  • Loading branch information
khatchad authored May 24, 2024
1 parent f8bb2c0 commit 879d2fa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3614,7 +3614,8 @@ public void testClassMethod5() throws ClassHierarchyException, CancelException,
expectedNumberOfTensorVariables,
expectedTensorParameterValueNumbers);
}


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

0 comments on commit 879d2fa

Please sign in to comment.