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