diff options
author | EuAndreh <eu@euandre.org> | 2024-12-10 12:29:03 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-12-10 12:29:03 -0300 |
commit | 8359c047aaebe274a2d811d61922b571ca7d10df (patch) | |
tree | 070e0ed93d27a842776ada805eeb4270e7e3c806 /tests/unit/grammar/lexical/compiler_test.go | |
parent | Start building test files (diff) | |
download | cotia-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) { |