summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test_c_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_c_parser.py b/tests/test_c_parser.py
index a46fb1a..4688c3b 100755
--- a/tests/test_c_parser.py
+++ b/tests/test_c_parser.py
@@ -633,7 +633,7 @@ class TestCParser_fundamentals(TestCParser_base):
({ 1; 2; });
int b = ({ 1; });
int c, d = ({ int x = 1; x + 2; });
- a = ({ int x = 1; 2 * x; });
+ a = ({ int x = 1; 2 * x; });
}''')
body = e.ext[0].body.block_items