From: Jacob Lifshay Date: Tue, 1 Nov 2022 00:51:02 +0000 (-0700) Subject: wrap line I forgot X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9f70a362e810c4d2b15842912434691a8d5763c5;p=bigint-presentation-code.git wrap line I forgot --- diff --git a/src/bigint_presentation_code/_tests/test_compiler_ir2.py b/src/bigint_presentation_code/_tests/test_compiler_ir2.py index 288aea6..eecca10 100644 --- a/src/bigint_presentation_code/_tests/test_compiler_ir2.py +++ b/src/bigint_presentation_code/_tests/test_compiler_ir2.py @@ -57,7 +57,8 @@ class TestCompilerIR(unittest.TestCase): "immediates=[], " "outputs=(>,), name='ca')", "Op(kind=OpKind.SvAddE, " - "inputs=[>, >, >, >], " + "inputs=[>, >, >, " + ">], " "immediates=[], " "outputs=(>, >), name='add')", "Op(kind=OpKind.SvStd, "