]> git.proxmox.com Git - rustc.git/blame - src/test/ui/feature-gates/feature-gate-custom_test_frameworks.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / feature-gates / feature-gate-custom_test_frameworks.rs
CommitLineData
b7449926 1#![test_runner(main)] //~ ERROR custom test frameworks are an unstable feature
7cac9316 2
416331ca
XL
3#[test_case] //~ ERROR custom test frameworks are an unstable feature
4fn f() {}
5
7cac9316 6fn main() {}