aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/spec/grammar/parser/parser_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/spec/grammar/parser/parser_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/spec/grammar/parser/parser_test.go (renamed from spec/grammar/parser/parser_test.go)2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/grammar/parser/parser_test.go b/tests/unit/spec/grammar/parser/parser_test.go
index 77863e8..4161f6b 100644
--- a/spec/grammar/parser/parser_test.go
+++ b/tests/unit/spec/grammar/parser/parser_test.go
@@ -4,7 +4,7 @@ import (
"strings"
"testing"
- verr "error"
+ verr "urubu/error"
)
func TestParse(t *testing.T) {