aboutsummaryrefslogtreecommitdiff
path: root/driver/conflict_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'driver/conflict_test.go')
-rw-r--r--driver/conflict_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/conflict_test.go b/driver/conflict_test.go
index 93a8111..3b0c5fb 100644
--- a/driver/conflict_test.go
+++ b/driver/conflict_test.go
@@ -5,7 +5,7 @@ import (
"testing"
"github.com/nihei9/vartan/grammar"
- "github.com/nihei9/vartan/spec"
+ spec "github.com/nihei9/vartan/spec/grammar"
)
func TestParserWithConflicts(t *testing.T) {