Enable incremental parser by default \o/
Fix test.
This commit is contained in:
parent
ff16af9331
commit
6c3879403b
@ -4,7 +4,7 @@ let%expect_test _ =
|
||||
run_ligo_bad [ "compile-contract" ; "../../test/contracts/negative/error_syntax.ligo" ; "main" ] ;
|
||||
[%expect {|
|
||||
ligo: : Parse error in file "error_syntax.ligo", line 1, characters 16-17, after "bar" and before "-".
|
||||
{}
|
||||
15: <syntax error> {}
|
||||
|
||||
|
||||
If you're not sure how to fix this error, you can
|
||||
|
@ -23,7 +23,7 @@ module PreIO =
|
||||
~offsets:true
|
||||
~mode:`Point
|
||||
~cmd:EvalOpt.Quiet
|
||||
~mono:true
|
||||
~mono:false
|
||||
end
|
||||
|
||||
module Parser =
|
||||
|
@ -23,7 +23,7 @@ module PreIO =
|
||||
~offsets:true
|
||||
~mode:`Point
|
||||
~cmd:EvalOpt.Quiet
|
||||
~mono:true
|
||||
~mono:false
|
||||
end
|
||||
|
||||
module Parser =
|
||||
|
@ -26,7 +26,7 @@ module PreIO =
|
||||
~offsets:true
|
||||
~mode:`Point
|
||||
~cmd:EvalOpt.Quiet
|
||||
~mono:true
|
||||
~mono:false
|
||||
end
|
||||
|
||||
module Parser =
|
||||
|
Loading…
Reference in New Issue
Block a user