ocaml-dune/Fix-a-test-3247.patch
fandehui 5f1629ffc2 Fix a test (#3247)
Signed-off-by: fandehui <fandehui@xfusion.com>
2023-12-29 15:49:00 +08:00

26 lines
853 B
Diff

From be76d5018a92d975008e309d9db43c3ff719bb12 Mon Sep 17 00:00:00 2001
From: Andrey Mokhov <amokhov@janestreet.com>
Date: Fri, 6 Mar 2020 18:25:22 +0000
Subject: [PATCH] Fix a test (#3247)
Signed-off-by: Andrey Mokhov <amokhov@janestreet.com>
---
test/blackbox-tests/test-cases/plugin-mode/run.t | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/blackbox-tests/test-cases/plugin-mode/run.t b/test/blackbox-tests/test-cases/plugin-mode/run.t
index 85124cec9..25ffc7d48 100644
--- a/test/blackbox-tests/test-cases/plugin-mode/run.t
+++ b/test/blackbox-tests/test-cases/plugin-mode/run.t
@@ -147,6 +147,7 @@ Testsuite for (mode plugin).
6 | (embed_in_plugin_libraries xxx))
^^^
Error: Library "xxx" not found.
+ Hint: try: dune external-lib-deps --missing @all
[1]
$ cat > dune <<EOF
--
2.27.0