fix test class name
[bigint-presentation-code.git] / 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