summaryrefslogtreecommitdiff
path: root/src/lib/reader.ml
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-09-07 22:33:45 +0200
committerSébastien Dailly <sebastien@chimrod.com>2021-09-07 22:33:45 +0200
commit80b77d19cee0f3df4457005eead1128b90754a48 (patch)
tree52a36a9f68a2ba06631c1a1a48576afb9c617cc8 /src/lib/reader.ml
parent96a225fb5fa24a71e1b76e0369126b3bcfab5f81 (diff)
Added tests
Diffstat (limited to 'src/lib/reader.ml')
-rw-r--r--src/lib/reader.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/reader.ml b/src/lib/reader.ml
index b816d6d..6621730 100644
--- a/src/lib/reader.ml
+++ b/src/lib/reader.ml
@@ -55,4 +55,3 @@ let process
|> build_processor in
try loop content (Parser.Incremental.main lexbuf.lex_curr_p)
with Lexer.Error msg -> Error msg
-