fix test_all_values_covered, missed import when moving test cases to openpower.git
authorJacob Lifshay <programmerjake@gmail.com>
Tue, 31 Aug 2021 04:54:04 +0000 (21:54 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Tue, 31 Aug 2021 04:54:04 +0000 (21:54 -0700)
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):