2024-02-16 14:02:50 -06:00
|
|
|
//@ no-prefer-dynamic
|
|
|
|
//@ compile-flags: --test
|
|
|
|
//@ run-flags: --list --format json -Zunstable-options
|
|
|
|
//@ run-fail
|
|
|
|
//@ check-run-results
|
|
|
|
//@ ignore-nightly
|
|
|
|
//@ unset-exec-env:RUSTC_BOOTSTRAP
|
2023-04-17 04:00:50 -05:00
|
|
|
|
|
|
|
#![cfg(test)]
|
|
|
|
#[test]
|
|
|
|
fn m_test() {}
|
|
|
|
|
|
|
|
#[test]
|
|
|
|
#[ignore = "not yet implemented"]
|
|
|
|
fn z_test() {}
|
|
|
|
|
|
|
|
#[test]
|
|
|
|
fn a_test() {}
|