diff options
| author | 2023-02-07 17:46:44 +0000 | |
|---|---|---|
| committer | 2023-02-07 17:46:44 +0000 | |
| commit | f6e8c62f9e00210930bf222c077abef6c6d7cb34 (patch) | |
| tree | bc6b04e06d6338b3fed63ec4f1ad2d704ee6dd19 /asm/test.py | |
| parent | add label test (diff) | |
move python
Diffstat (limited to '')
| -rw-r--r-- | asm/test.py (renamed from asm_test.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm_test.py b/asm/test.py index d03fc7d..e86b508 100644 --- a/asm_test.py +++ b/asm/test.py @@ -1,4 +1,4 @@ -from creole_asm import * +from creole import * import unittest class ProgramTest(unittest.TestCase): |
