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 --- driver/parser/syntax_error_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'driver/parser/syntax_error_test.go') diff --git a/driver/parser/syntax_error_test.go b/driver/parser/syntax_error_test.go index 71175be..c508be6 100644 --- a/driver/parser/syntax_error_test.go +++ b/driver/parser/syntax_error_test.go @@ -6,8 +6,8 @@ import ( "strings" "testing" - "github.com/nihei9/vartan/grammar" - "github.com/nihei9/vartan/spec/grammar/parser" + "grammar" + "spec/grammar/parser" ) func TestParserWithSyntaxErrors(t *testing.T) { -- cgit v1.2.3