diff options
Diffstat (limited to '')
-rw-r--r-- | spec/grammar/lexer_test.go (renamed from spec/lexer_test.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lexer_test.go b/spec/grammar/lexer_test.go index d822de2..20dfccc 100644 --- a/spec/lexer_test.go +++ b/spec/grammar/lexer_test.go @@ -1,4 +1,4 @@ -package spec +package grammar import ( "strings" |