2021-04-30 12:36:22 +02:00
|
|
|
// test the behavior of the --no-run flag without the --test flag
|
|
|
|
|
2024-02-22 12:10:29 +00:00
|
|
|
//@ compile-flags:-Z unstable-options --no-run --test-args=--test-threads=1
|
2021-04-30 12:36:22 +02:00
|
|
|
|
|
|
|
pub fn f() {}
|
2025-03-29 02:41:32 +03:00
|
|
|
|
|
|
|
//~? ERROR the `--test` flag must be passed to enable `--no-run`
|