Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
  • Loading branch information
rgrinberg committed May 11, 2024
1 parent 477da22 commit ec63954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocaml-lsp-server/test/e2e-new/with_ppx.ml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ let%expect_test "with-ppx" =
Received 0 diagnostics
{
"contents": {
"value": "(* ppx expect expansion *)\n[%expect {||}]",
"value": "(* ppx expect expansion *)\nExpect_test_collector.Current_file.unset ()",
"language": "ocaml"
},
"range": {
"end": { "character": 16, "line": 2 },
"start": { "character": 2, "line": 2 }
"start": { "character": 4, "line": 2 }
}
}
|xxx}]

0 comments on commit ec63954

Please sign in to comment.