From 92c3ba9473bddb56710bb693338d0a448bc1502a Mon Sep 17 00:00:00 2001 From: xvw Date: Thu, 20 Feb 2025 12:10:42 +0100 Subject: [PATCH] Remove anoying `\n` in test --- tests/test-dirs/occurrences/project-wide/union.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test-dirs/occurrences/project-wide/union.t b/tests/test-dirs/occurrences/project-wide/union.t index a8bcefe81..5de89ff04 100644 --- a/tests/test-dirs/occurrences/project-wide/union.t +++ b/tests/test-dirs/occurrences/project-wide/union.t @@ -10,8 +10,8 @@ the marshal wouldn't be granular): A signature containing the same symbols: - $ echo "module type S = sig\n$(cat test.mli)\nend" >sig.ml - $ echo "module type S = sig\n$(cat test.mli)\nend" >sig.mli + $ echo "module type S = sig $(cat test.mli) end" >sig.ml + $ echo "module type S = sig $(cat test.mli) end" >sig.mli $ $OCAMLC -bin-annot -bin-annot-occurrences -c sig.mli sig.ml At this point `ŧest` and `sig` are unrelated. We'll later force their unification with: