Skip to content

Commit eb16941

Browse files
committed
Add test case with final decorator
1 parent 04e0d98 commit eb16941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/test-data/run-dunders.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,4 +964,4 @@ def test_final() -> None:
964964
assert a + 3 == 8
965965
assert b + 3 == 9
966966
assert (a < A(5)) is False
967-
assert (a < A(5)) is True
967+
assert (b < A(5)) is True

0 commit comments

Comments
 (0)