mirror of
https://github.com/mnaberez/py65.git
synced 2025-08-09 04:24:59 +00:00
fixup broken test
This commit is contained in:
@@ -151,3 +151,5 @@ class ObservableMemoryTests(unittest.TestCase):
|
|||||||
subject = 0x10000 * [0x00]
|
subject = 0x10000 * [0x00]
|
||||||
return subject
|
return subject
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
unittest.main()
|
||||||
|
Reference in New Issue
Block a user