Skip to content

Commit faac90f

Browse files
committed
AST WIP
1 parent d698316 commit faac90f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ps_ast_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
ps_ast_block *ps_ast_test_create_block_program(const char *name)
4747
{
4848
ps_ast_debug_line(0, "Create a PROGRAM node with name '%s' at line 1, column 1", name);
49-
ps_ast_block *block_program = ps_ast_create_block(1, 1, PS_AST_PROGRAM, name);
49+
ps_ast_block *block_program = ps_ast_create_block(1, 1, NULL, PS_AST_PROGRAM, name);
5050
if (block_program == NULL)
5151
return NULL;
5252

0 commit comments

Comments
 (0)