diff options
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) { |