Skip to content

Commit 16fb0f3

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/test-data/irbuild-classes.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2698,7 +2698,7 @@ 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` args must be string literals. \
2701+
@mypyc_attr(str()) # E: All `mypyc_attr` positional arguments must be string literals. \
27022702
# N: supported keys: 'allow_interpreted_subclasses', 'free_list_len', 'native_class', 'serializable'
27032703
class InvalidLiteral:
27042704
pass

0 commit comments

Comments
 (0)