fix some borked imports
[ieee754fpu.git] / src / ieee754 / fpmax / formal / proof_fmax_mod.py
index 700811963a89b4608d87b2d34791d392ddb60d6d..2ca7d407a217b326c7a0bfafdc0b64f0c099f82d 100644 (file)
@@ -3,7 +3,7 @@
 
 from nmigen import Module, Signal, Elaboratable, Mux
 from nmigen.asserts import Assert, AnyConst
-from nmigen.test.utils import FHDLTestCase
+from nmutil.formaltest import FHDLTestCase
 
 from ieee754.fpcommon.fpbase import FPNumDecode, FPNumBaseRecord
 from ieee754.fpmax.fpmax import FPMAXPipeMod