From e4cb98c21f14f8b1f6d36fde56cb6c5c49b0db88 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 10 Dec 2024 11:14:54 -0300 Subject: Start building test files --- grammar/test_helper_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grammar/test_helper_test.go') diff --git a/grammar/test_helper_test.go b/grammar/test_helper_test.go index 297a9a3..63fcafb 100644 --- a/grammar/test_helper_test.go +++ b/grammar/test_helper_test.go @@ -3,7 +3,7 @@ package grammar import ( "testing" - "github.com/nihei9/vartan/grammar/symbol" + "grammar/symbol" ) type testSymbolGenerator func(text string) symbol.Symbol -- cgit v1.2.3