Skip to content

Commit 88a59d5

Browse files
committed
Fix C header test
1 parent 4fa8df7 commit 88a59d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/test/test_cheader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def check_name(name: str) -> None:
3737
for old_op in old_ops:
3838
check_name(old_op.c_function_name)
3939

40-
for values in [registry.binary_ops.values()]:
40+
for values in [registry.binary_ops.values(), registry.function_ops.values()]:
4141
for ops in values:
4242
if isinstance(ops, PrimitiveDescription):
4343
ops = [ops]

0 commit comments

Comments
 (0)