From c914bf2638d0c203eb58368e9a18315ae419e3ce Mon Sep 17 00:00:00 2001 From: Greta Yorsh <45005955+gretay-js@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:16:06 +0000 Subject: [PATCH] Disable ocamlformat on unboxed tests --- flambda-backend/tests/backend/vectorizer/.ocamlformat-ignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 flambda-backend/tests/backend/vectorizer/.ocamlformat-ignore diff --git a/flambda-backend/tests/backend/vectorizer/.ocamlformat-ignore b/flambda-backend/tests/backend/vectorizer/.ocamlformat-ignore new file mode 100644 index 0000000000..7ddec40dce --- /dev/null +++ b/flambda-backend/tests/backend/vectorizer/.ocamlformat-ignore @@ -0,0 +1,4 @@ +test_int64_unboxed.ml +test_float_unboxed.ml +test_int32_unboxed.ml +test_float32_unboxed.ml