aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/grammar/lr0_test.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/unit/grammar/lr0_test.go (renamed from grammar/lr0_test.go)4
1 files changed, 2 insertions, 2 deletions
diff --git a/grammar/lr0_test.go b/tests/unit/grammar/lr0_test.go
index 798c2fa..0a9ec24 100644
--- a/grammar/lr0_test.go
+++ b/tests/unit/grammar/lr0_test.go
@@ -5,8 +5,8 @@ import (
"strings"
"testing"
- "grammar/symbol"
- "spec/grammar/parser"
+ "urubu/grammar/symbol"
+ "urubu/spec/grammar/parser"
)
type expectedLRState struct {