Skip to content

Commit

Permalink
added test case for Loops #30
Browse files Browse the repository at this point in the history
  • Loading branch information
Amr committed Jun 11, 2017
1 parent 31b6b6e commit 66bbae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system_tests/for_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 66bbae4

Please sign in to comment.