use openpower.test.common
[soc.git] / src / soc / fu / compunits / test / test_spr_compunit.py
index 3bdb90ea2b2146cf66e71030d90bb6e7b9945559..bfc8a50d487e0c58890af2c29f2c3234ce2a6a4f 100644 (file)
@@ -4,7 +4,7 @@ from openpower.decoder.power_enums import (XER_bits, Function)
 from soc.fu.spr.test.test_pipe_caller import get_cu_inputs
 from soc.fu.spr.test.test_pipe_caller import SPRTestCase  # creates the tests
 
-from soc.fu.test.common import ALUHelpers
+from openpower.test.common import ALUHelpers
 from soc.fu.compunits.compunits import SPRFunctionUnit
 from soc.fu.compunits.test.test_compunit import TestRunner
 from soc.config.endian import bigendian