diff options
Diffstat (limited to 'compiler/ast_test.go')
-rw-r--r-- | compiler/ast_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/ast_test.go b/compiler/ast_test.go index 8b0a0ee..2a77dfc 100644 --- a/compiler/ast_test.go +++ b/compiler/ast_test.go @@ -82,8 +82,8 @@ func TestASTNode(t *testing.T) { tests := []struct { root astNode nullable bool - first symbolPositionSet - last symbolPositionSet + first *symbolPositionSet + last *symbolPositionSet }{ { root: newSymbolNodeWithPos(0, 1), |