aboutsummaryrefslogtreecommitdiff
path: root/tests/test_hello_world.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_hello_world.py')
-rw-r--r--tests/test_hello_world.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_hello_world.py b/tests/test_hello_world.py
index ec1ccdd..594ab4f 100644
--- a/tests/test_hello_world.py
+++ b/tests/test_hello_world.py
@@ -8,7 +8,7 @@ class TestHelloWorld(unittest.TestCase):
code = r"""
include "stdio.hro";
-int main() {
+int32 main() {
printf("Hello, world!\n");
return 0;
}