summaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'cpu')
-rw-r--r--cpu/os.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/os.asm b/cpu/os.asm
index ff0fd60..1617d6b 100644
--- a/cpu/os.asm
+++ b/cpu/os.asm
@@ -225,9 +225,9 @@ error:
# For unit-tests
testlist:
- word unit_test_0 unit_test_1 unit_test_2 unit_test_3 0;
+ word unit_test_0 unit_test_1 unit_test_2 unit_test_3 0
teststr:
- word test0 test1 test2 test3 0;
+ word test0 test1 test2 test3 0
testbegin:
ascii "Runing CPU unit tests...\n"
testok: