diff --git a/tests/system_tests/for_tests.py b/tests/system_tests/for_tests.py index dc0d8b5..eecf30a 100644 --- a/tests/system_tests/for_tests.py +++ b/tests/system_tests/for_tests.py @@ -2,7 +2,7 @@ from tests.system_tests.code_runner import run_code class ForWhileTests(unittest.TestCase): - def test_single_if_true(self): + def test_single_for_loop(self): code = """ void main() { int i;