Skip to content

Commit 0768008

Browse files
committed
Fix failing test
1 parent 5d053ad commit 0768008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/scripts/generate_set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def simple_op_worker(cw, t, arg_t, name):
6464
)
6565

6666
def enter_multiarg_op(cw, t, name):
67-
cw.enter_block('public %s %s([NotNone] params object[]/*!*/ sets)' % (t, name))
67+
cw.enter_block('public %s %s([NotNone] params object[] sets)' % (t, name))
6868

6969
def union_multiarg(cw, mutable):
7070
t = get_type(mutable)

0 commit comments

Comments
 (0)