File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616# results in a conflict
1717.PHONY : install-test-deps
1818install-test-deps :
19- opam install ' menhir>20211230' cinaps ' ppx_expect>=v0.14.0' \
19+ opam install ' menhir>20211230' cinaps ' ppx_expect>=v0.14.0' ' sexplib0.v0.14.0 ' \
2020 ocamlformat.$$(awk -F = '$$1 == "version" {print $$2}' .ocamlformat ) ocamlformat-rpc
2121
2222.PHONY : dev
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ let%expect_test "test from jsonrpc_test.ml" =
263263 Uncaught error when handling notification :
264264 { " method" : " raise" , " jsonrpc" : " 2.0" }
265265 Error :
266- [ { exn = " Failure( \" special failure\" )" ; backtrace = " " } ]
266+ [ { exn = " (Failure \" special failure\" )" ; backtrace = " " } ]
267267 < opaque>
268268 { " id" : 10 , " jsonrpc" : " 2.0" , " result" : 1 }
269269 { " id" : " testing" , " jsonrpc" : " 2.0" , " result" : 2 } |}]
You can’t perform that action at this time.
0 commit comments