summary refs log tree commit diff
path: root/src/test/ui/feature-gates/feature-gate-custom_test_frameworks.rs
blob: 0a200497939281a774a97f85d0bb92a033b65c32 (plain)
1
2
3
#![test_runner(main)] //~ ERROR custom test frameworks are an unstable feature

fn main() {}