1
0
mirror of https://github.com/mnaberez/py65.git synced 2025-04-04 07:29:31 +00:00

fixup broken test

This commit is contained in:
BigEd 2011-08-19 17:33:21 +01:00 committed by Mike Naberezny
parent 8627231865
commit 454bfa0f03

@ -151,3 +151,5 @@ class ObservableMemoryTests(unittest.TestCase):
subject = 0x10000 * [0x00]
return subject
if __name__ == '__main__':
unittest.main()