From ea5ab0106d0fe31b7e0f0d826ccda6b70e66366d Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Thu, 13 Oct 2022 23:10:53 -0700 Subject: [PATCH] fix test class name --- src/bigint_presentation_code/test_register_allocator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2