fix test class name
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 14 Oct 2022 06:10:53 +0000 (23:10 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 14 Oct 2022 06:10:53 +0000 (23:10 -0700)
src/bigint_presentation_code/test_register_allocator.py

index 1345cc7bd8e2fb7b3c9b3049a6c27d021cdfb702..43675a973807db9e5f23d9a8c46b5cfd34faa6ee 100644 (file)
@@ -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