add license

This commit is contained in:
2025-04-20 23:32:30 +03:00
parent d22667f79a
commit 45449b9c04
2 changed files with 21 additions and 1 deletions

View File

@@ -150,7 +150,6 @@ fn testTokenize(source: [:0]const u8, expected_token_tags: []const Token.Tag) !v
}
{
// uncomment when Zig source and compiler get in sync (e.g. with 0.14)
var tokenizer = Tokenizer.init(source);
for (expected_token_tags) |expected_token_tag| {
const token = tokenizer.next();