From: Jacob Lifshay Date: Fri, 14 Oct 2022 06:10:53 +0000 (-0700) Subject: fix test class name X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ea5ab0106d0fe31b7e0f0d826ccda6b70e66366d;p=bigint-presentation-code.git fix test class name --- diff --git a/src/bigint_presentation_code/test_register_allocator.py b/src/bigint_presentation_code/test_register_allocator.py index 1345cc7..43675a9 100644 --- a/src/bigint_presentation_code/test_register_allocator.py +++ b/src/bigint_presentation_code/test_register_allocator.py @@ -6,7 +6,7 @@ from bigint_presentation_code.register_allocator import ( try_allocate_registers_without_spilling) -class TestCompilerIR(unittest.TestCase): +class TestRegisterAllocator(unittest.TestCase): pass # no tests yet, just testing importing