From 872a32982c750345424c3e02f169b6091ffc837b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulysse=20G=C3=A9rard?= Date: Wed, 8 Jan 2025 15:23:59 +0100 Subject: [PATCH] SImplify test case --- tests/test-dirs/type-enclosing/503-effects.t | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) 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