Modifications to compile under Nim 2.x

This commit is contained in:
2026-03-28 09:55:17 -05:00
parent ce70e5ddd4
commit ab2579bdb5
5 changed files with 13 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
import unittest
import ./vcard/private/lexer
import vcard/private/lexer
suite "vcard/private/lexer":
test "private lexer tests":