diff --git a/tests/test-dirs/type-enclosing/503-effects.t b/tests/test-dirs/type-enclosing/503-effects.t index 79f50d3ba..c78abf531 100644 --- a/tests/test-dirs/type-enclosing/503-effects.t +++ b/tests/test-dirs/type-enclosing/503-effects.t @@ -1,7 +1,4 @@ $ cat >main.ml <<'EOF' - > open Effect - > open Effect.Deep - > > type _ eff += E : unit eff > > let () = @@ -18,15 +15,15 @@ "notifications": [] } - $ $MERLIN single type-enclosing -position 10:13 \ + $ $MERLIN single type-enclosing -position 7:13 \ > -filename main.ml -filename main.ml