diff options
author | EuAndreh <eu@euandre.org> | 2024-12-10 11:14:54 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-12-10 11:14:54 -0300 |
commit | e4cb98c21f14f8b1f6d36fde56cb6c5c49b0db88 (patch) | |
tree | 3bd5592fa69d363c895135df80472ffc58a65d23 /grammar/grammar_test.go | |
parent | cmd/: Simplify flag usage (diff) | |
download | cotia-e4cb98c21f14f8b1f6d36fde56cb6c5c49b0db88.tar.gz cotia-e4cb98c21f14f8b1f6d36fde56cb6c5c49b0db88.tar.xz |
Start building test files
Diffstat (limited to 'grammar/grammar_test.go')
-rw-r--r-- | grammar/grammar_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/grammar/grammar_test.go b/grammar/grammar_test.go index e3cf668..4a3c6a0 100644 --- a/grammar/grammar_test.go +++ b/grammar/grammar_test.go @@ -4,8 +4,8 @@ import ( "strings" "testing" - verr "github.com/nihei9/vartan/error" - "github.com/nihei9/vartan/spec/grammar/parser" + verr "error" + "spec/grammar/parser" ) func TestGrammarBuilderOK(t *testing.T) { |