Skip to content

Commit

Permalink
Move to ppx_expect v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Jun 10, 2024
1 parent b0f1595 commit a644bff
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion jsonrpc-fiber/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
jsonrpc_fiber
;; This is because of the (implicit_transitive_deps false)
;; in dune-project
ppx_expect.common
ppx_expect
ppx_expect.config
ppx_expect.config_types
ppx_inline_test.config
Expand Down
2 changes: 1 addition & 1 deletion lsp-fiber/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
lsp_fiber
;; This is because of the (implicit_transitive_deps false)
;; in dune-project
ppx_expect.common
ppx_expect
ppx_expect.config
ppx_expect.config_types
ppx_inline_test.config
Expand Down
2 changes: 1 addition & 1 deletion lsp/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
;; This is because of the (implicit_transitive_deps false)
;; in dune-project
base
ppx_expect.common
ppx_expect
ppx_expect.config
ppx_expect.config_types
ppx_inline_test.config)
Expand Down
2 changes: 1 addition & 1 deletion ocaml-lsp-server.opam
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ depends: [
"spawn"
"astring"
"camlp-streams"
"ppx_expect" {>= "v0.15.0" & with-test}
"ppx_expect" {>= "v0.17.0" & with-test}
"ocamlformat" {with-test & = "0.26.1"}
"ocamlc-loc" {>= "3.7.0"}
"pp" {>= "1.1.2"}
Expand Down
2 changes: 1 addition & 1 deletion ocaml-lsp-server/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
;; This is because of the (implicit_transitive_deps false)
;; in dune-project
base
ppx_expect.common
ppx_expect
ppx_expect.config
ppx_expect.config_types
ppx_inline_test.config)
Expand Down
2 changes: 1 addition & 1 deletion ocaml-lsp-server/test/e2e-new/dune
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
;; This is because of the (implicit_transitive_deps false)
;; in dune-project
base
ppx_expect.common
ppx_expect
ppx_expect.config
ppx_expect.config_types
ppx_inline_test.config)
Expand Down
2 changes: 1 addition & 1 deletion ocaml-lsp-server/test/e2e-new/with_ppx.ml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ let%expect_test "with-ppx" =
Received 0 diagnostics
{
"contents": {
"value": "(* ppx expect expansion *)\nExpect_test_collector.Current_file.unset ()",
"value": "(* ppx expect expansion *)\nPpx_expect_runtime.Current_file.unset ()",
"language": "ocaml"
},
"range": {
Expand Down
2 changes: 1 addition & 1 deletion submodules/lev/lev-fiber-csexp/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
;; in dune-project
ppx_expect.config
ppx_expect.config_types
ppx_expect.common
ppx_expect
base
ppx_inline_test.config)
(inline_tests)
Expand Down
2 changes: 1 addition & 1 deletion submodules/lev/lev-fiber/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
;; in dune-project
ppx_expect.config
ppx_expect.config_types
ppx_expect.common
ppx_expect
base
ppx_inline_test.config)
(inline_tests)
Expand Down
2 changes: 1 addition & 1 deletion submodules/lev/lev-fiber/test/util/dune
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
;; in dune-project
ppx_expect.config
ppx_expect.config_types
ppx_expect.common
ppx_expect
base
ppx_inline_test.config)
(inline_tests)
Expand Down
6 changes: 3 additions & 3 deletions submodules/lev/lev/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; in dune-project
ppx_expect.config
ppx_expect.config_types
ppx_expect.common
ppx_expect
base
ppx_inline_test.config)
(inline_tests)
Expand All @@ -23,7 +23,7 @@
;; in dune-project
ppx_expect.config
ppx_expect.config_types
ppx_expect.common
ppx_expect
base
ppx_inline_test.config)
(inline_tests
Expand All @@ -42,7 +42,7 @@
;; in dune-project
ppx_expect.config
ppx_expect.config_types
ppx_expect.common
ppx_expect
base
ppx_inline_test.config)
(inline_tests
Expand Down

0 comments on commit a644bff

Please sign in to comment.