From 4c0f7eb15db566a19eb753e6ffc3a2354078f5fc Mon Sep 17 00:00:00 2001 From: Ryo Nihei Date: Fri, 27 May 2022 02:11:39 +0900 Subject: Rename spec package to spec/grammar package --- grammar/lalr1_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grammar/lalr1_test.go') diff --git a/grammar/lalr1_test.go b/grammar/lalr1_test.go index 2f8074b..d6d0371 100644 --- a/grammar/lalr1_test.go +++ b/grammar/lalr1_test.go @@ -4,7 +4,7 @@ import ( "strings" "testing" - "github.com/nihei9/vartan/spec" + spec "github.com/nihei9/vartan/spec/grammar" ) func TestGenLALR1Automaton(t *testing.T) { -- cgit v1.2.3