Mercurial > lcfOS
diff python/testhexfile.py @ 277:046017431c6a
Started register allocator
author | Windel Bouwman |
---|---|
date | Thu, 26 Sep 2013 21:14:25 +0200 |
parents | e64bae57cda8 |
children |
line wrap: on
line diff
--- a/python/testhexfile.py Mon Sep 16 21:51:17 2013 +0200 +++ b/python/testhexfile.py Thu Sep 26 21:14:25 2013 +0200 @@ -28,13 +28,11 @@ hf.addRegion(0xFFFE, bytes.fromhex('aabbcc')) self.saveload(hf) - @unittest.skip def testSave4(self): hf = HexFile() hf.addRegion(0xF000, bytes.fromhex('ab')*0x10000) self.saveload(hf) - @unittest.skip def testSave5(self): hf = HexFile() hf.addRegion(0xF003, bytes.fromhex('ab')*0x10000)