diff options
Diffstat (limited to 'driver/parser/conflict_test.go')
-rw-r--r-- | driver/parser/conflict_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/parser/conflict_test.go b/driver/parser/conflict_test.go index 21b829a..1a75483 100644 --- a/driver/parser/conflict_test.go +++ b/driver/parser/conflict_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 TestParserWithConflicts(t *testing.T) { |