aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/driver/parser/conflict_test.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/unit/driver/parser/conflict_test.go (renamed from driver/parser/conflict_test.go)4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/parser/conflict_test.go b/tests/unit/driver/parser/conflict_test.go
index 1a75483..0bc14d4 100644
--- a/driver/parser/conflict_test.go
+++ b/tests/unit/driver/parser/conflict_test.go
@@ -4,8 +4,8 @@ import (
"strings"
"testing"
- "grammar"
- "spec/grammar/parser"
+ "urubu/grammar"
+ "urubu/spec/grammar/parser"
)
func TestParserWithConflicts(t *testing.T) {