From 335df1aa103fc0f546ed353a9b99b092e65b3311 Mon Sep 17 00:00:00 2001 From: Nathan Rebours Date: Tue, 2 Jul 2019 14:31:13 +0200 Subject: [PATCH] Fix a confusing typo in vendor/data-only test description --- test/blackbox-tests/test-cases/vendor/run.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/blackbox-tests/test-cases/vendor/run.t b/test/blackbox-tests/test-cases/vendor/run.t index 00aa0537cfc6..531223c4f8fa 100644 --- a/test/blackbox-tests/test-cases/vendor/run.t +++ b/test/blackbox-tests/test-cases/vendor/run.t @@ -26,7 +26,7 @@ The vendored_dirs stanza is available from version 1.11 of the dune language Error: 'vendored_dirs' is only available since version 1.11 of the dune language [1] -The same directory can be marked as both vendored and data-only +The same directory cannot be marked as both vendored and data-only $ dune build --root conflicts-with-data-only Entering directory 'conflicts-with-data-only'