aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/grammar/lexical/compiler_test.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-12-10 12:29:03 -0300
committerEuAndreh <eu@euandre.org>2024-12-10 12:29:03 -0300
commit8359c047aaebe274a2d811d61922b571ca7d10df (patch)
tree070e0ed93d27a842776ada805eeb4270e7e3c806 /tests/unit/grammar/lexical/compiler_test.go
parentStart building test files (diff)
downloadcotia-8359c047aaebe274a2d811d61922b571ca7d10df.tar.gz
cotia-8359c047aaebe274a2d811d61922b571ca7d10df.tar.xz
Namespace packages with "urubu/"
Diffstat (limited to '')
-rw-r--r--tests/unit/grammar/lexical/compiler_test.go (renamed from grammar/lexical/compiler_test.go)2
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/lexical/compiler_test.go b/tests/unit/grammar/lexical/compiler_test.go
index 3336048..b621cd2 100644
--- a/grammar/lexical/compiler_test.go
+++ b/tests/unit/grammar/lexical/compiler_test.go
@@ -5,7 +5,7 @@ import (
"fmt"
"testing"
- spec "spec/grammar"
+ spec "urubu/spec/grammar"
)
func TestLexSpec_Validate(t *testing.T) {