From 338049020a17831e68b6a437bb038d8f10bfc45e Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Wed, 4 Nov 2020 02:07:00 -0700 Subject: bring in updates to spec --- tests/test_hello_world.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_hello_world.py') 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; } -- cgit v1.2.3