fix test_all_values_covered, missed import when moving test cases to openpower.git
[soc.git] / src / soc / fu / mul / test / test_pipe_caller_long.py
index 75d7fce15ab622a42042984f2c63cfa751642ea3..c711a651786b4602a1466b70d1f3a050a438fae4 100644 (file)
@@ -1,7 +1,8 @@
 import unittest
 from soc.fu.mul.test.helper import MulTestHelper
 from openpower.test.mul.long_mul_cases import (MulTestCases2Arg,
-                                               MulTestCases3Arg)
+                                               MulTestCases3Arg,
+                                               MUL_3_ARG_TEST_VALUES)
 
 
 class TestPipeLong(MulTestHelper):