Skip to content

Commit b220df5

Browse files
Update irbuild-classes.test
1 parent 16fb0f3 commit b220df5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mypyc/test-data/irbuild-classes.test

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2698,7 +2698,6 @@ class InvalidArg:
26982698
# N: supported keys: 'allow_interpreted_subclasses', 'free_list_len', 'native_class', 'serializable'
26992699
class InvalidKwarg:
27002700
pass
2701-
@mypyc_attr(str()) # E: All `mypyc_attr` positional arguments must be string literals. \
2702-
# N: supported keys: 'allow_interpreted_subclasses', 'free_list_len', 'native_class', 'serializable'
2701+
@mypyc_attr(str()) # E: All `mypyc_attr` positional arguments must be string literals.
27032702
class InvalidLiteral:
27042703
pass

0 commit comments

Comments
 (0)