Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
goccy committed Nov 2, 2024
1 parent 03adbc4 commit 0bc444c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lexer/lexer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2153,7 +2153,6 @@ s: >-3
for _, test := range tests {
t.Run(test.YAML, func(t *testing.T) {
tokens := lexer.Tokenize(test.YAML)
tokens.Dump()
if len(tokens) != len(test.Tokens) {
t.Fatalf("Tokenize(%q) token count mismatch, expected: %d got: %d", test.YAML, len(test.Tokens), len(tokens))
}
Expand Down

0 comments on commit 0bc444c

Please sign in to comment.