From e60e6c3e29e53eea5d882b47120b0d36a7f70280 Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Mon, 27 Feb 2023 17:07:48 -0800 Subject: [PATCH] fix tests and add changelog entry Signed-off-by: Antonio Nuno Monteiro --- CHANGES.md | 3 +++ test/blackbox-tests/test-cases/stdlib-compilation-unwrapped.t | 2 +- test/blackbox-tests/test-cases/stdlib-compilation-wrapped.t | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d8d7d7c141f9..97eff8af240e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -31,6 +31,9 @@ Unreleased - Added a new user action `(concurrent )` which is like `(progn )` but runs the actions concurrently. (#6933, @Alizter) +- Allow `(stdlib ...)` to be used with `(wrapped false)` in library stanzas + (#7139, @anmonteiro). + 3.7.0 (2023-02-17) ------------------ diff --git a/test/blackbox-tests/test-cases/stdlib-compilation-unwrapped.t b/test/blackbox-tests/test-cases/stdlib-compilation-unwrapped.t index b96462c00fe5..310b628039b2 100644 --- a/test/blackbox-tests/test-cases/stdlib-compilation-unwrapped.t +++ b/test/blackbox-tests/test-cases/stdlib-compilation-unwrapped.t @@ -1,4 +1,4 @@ -Library stanza error with `(stdlib ..)` and `(wrapped false)` +Compile a library with `(stdlib ..)` and `(wrapped false)` $ cat > dune-project < (lang dune 3.7) diff --git a/test/blackbox-tests/test-cases/stdlib-compilation-wrapped.t b/test/blackbox-tests/test-cases/stdlib-compilation-wrapped.t index 42abc1ea3eb4..3fdf0a59b8ba 100644 --- a/test/blackbox-tests/test-cases/stdlib-compilation-wrapped.t +++ b/test/blackbox-tests/test-cases/stdlib-compilation-wrapped.t @@ -1,4 +1,4 @@ -Library stanza error with `(stdlib ..)` and `(wrapped false)` +Compile a library with `(stdlib ..)` and `(wrapped true)` $ cat > dune-project < (lang dune 3.7)