1
Fork 0

Add --diagnostic-width to some tests failing after 1a0c502183

Otherwise the tests would fail depending on the execution environment.
This commit is contained in:
Hans Wennborg 2024-11-06 18:50:24 +01:00
parent bc5cf994db
commit 029add206f
9 changed files with 58 additions and 54 deletions

View file

@ -1,4 +1,5 @@
//@ edition:2021
//@compile-flags: --diagnostic-width=300
// gate-test-coroutine_clone
// Verifies that feature(coroutine_clone) doesn't allow async blocks to be cloned/copied.