From 9f70a362e810c4d2b15842912434691a8d5763c5 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Mon, 31 Oct 2022 17:51:02 -0700 Subject: [PATCH] wrap line I forgot --- src/bigint_presentation_code/_tests/test_compiler_ir2.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, " -- 2.30.2