Stabilize --test-runtool and --test-runtool-arg

This commit is contained in:
Eric Huss 2025-02-15 10:56:49 -08:00
parent ec25e3300b
commit 6441701e5c
4 changed files with 19 additions and 22 deletions

View file

@ -6,7 +6,6 @@
//@ compile-flags: --test-runtool=auxiliary/bin/doctest-runtool
//@ compile-flags: --test-runtool-arg=arg1 --test-runtool-arg
//@ compile-flags: 'arg2 with space'
//@ compile-flags: -Zunstable-options
/// ```
/// assert_eq!(std::env::var("DOCTEST_RUNTOOL_CHECK"), Ok("xyz".to_string()));