From 726698b4ea95128958bc1360475c482e59565342 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Sun, 8 Apr 2012 19:58:35 +0200 Subject: [PATCH] cosmetic --- test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test.py b/test.py index fe24b95..640601c 100644 --- a/test.py +++ b/test.py @@ -190,6 +190,7 @@ class TestInstructions(unittest.TestCase): self.assertEqual(c.sp, 0xFFFF) self.assertEqual(c.m[0xFFFF], 0xBEEF) + class TestCPU(unittest.TestCase): """CPU behavior"""