diff --git a/pymlac/test_CPU.py b/pymlac/test_CPU.py index 230623d..e0377cf 100644 --- a/pymlac/test_CPU.py +++ b/pymlac/test_CPU.py @@ -563,6 +563,7 @@ class TestCPU(object): elif opcode == 'checkfile': r = self.checkfile(fld1, fld2) else: + print("Unrecognized opcode '%s' in: %s" % (opcode, test)) raise Exception("Unrecognized opcode '%s' in: %s" % (opcode, test)) if r is not None: