Skip to content

Commit 73a8b00

Browse files
remove whitespace
1 parent b278734 commit 73a8b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_generated_cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2301,7 +2301,7 @@ def test_pure_uop_body_copied_in_complex(self):
23012301
"""
23022302
input2 = """
23032303
op(OP, (foo -- res)) {
2304-
REPLACE_OPCODE_IF_EVALUATES_PURE(foo);
2304+
REPLACE_OPCODE_IF_EVALUATES_PURE(foo);
23052305
res = sym_new_known(ctx, foo);
23062306
}
23072307
"""

0 commit comments

Comments
 (0)