diff options
Diffstat (limited to 'driver/parser/lac_test.go')
-rw-r--r-- | driver/parser/lac_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/parser/lac_test.go b/driver/parser/lac_test.go index 14bd2cf..ed9a0b8 100644 --- a/driver/parser/lac_test.go +++ b/driver/parser/lac_test.go @@ -4,8 +4,8 @@ import ( "strings" "testing" - "github.com/nihei9/vartan/grammar" - "github.com/nihei9/vartan/spec/grammar/parser" + "grammar" + "spec/grammar/parser" ) func TestParserWithLAC(t *testing.T) { |