aboutsummaryrefslogtreecommitdiff
path: root/test/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/parser.c')
-rw-r--r--test/parser.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/parser.c b/test/parser.c
index 3bceab1..503244f 100644
--- a/test/parser.c
+++ b/test/parser.c
@@ -716,7 +716,7 @@ void cargumented_call_of_call() {
char* target1 = tree1call->data.call.target = ecalloc(2, sizeof(char));
strcpy(target1, "x");
tree1call->data.call.arg = NULL;
- tree0call->data.carg.nxt = NULL;
+ tree0carg->data.carg.nxt = NULL;
tree->data.block.nxt = NULL;
pp = pp_init(src);
@@ -730,9 +730,6 @@ void cargumented_call_of_call() {
ASSERT(tree_cmp(parser->tree, tree) == 1);
- tree_print(tree, 0);
- tree_print(parser->tree, 0);
-
token_destroy(lexer->tokenl);
lexer_destroy(lexer);
free(pp->psrc);