Skip to content

Commit 3e98dce

Browse files
Update irbuild-classes.test
1 parent 123b740 commit 3e98dce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mypyc/test-data/irbuild-classes.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2688,6 +2688,8 @@ L0:
26882688
return 1
26892689

26902690
[case testInvalidMypycAttr]
2691+
from mypy_extensions import mypyc_attr
2692+
26912693
@mypyc_attr("allow_interpreted_subclasses", "invalid_arg") # E: 'invalid_arg' is not a supported `mypyc_attr`
26922694
class InvalidArg:
26932695
pass

0 commit comments

Comments
 (0)