summaryrefslogtreecommitdiffstats
path: root/tests/testsuite/mock-std/library/test/src/lib.rs
blob: a112855f5367f662f14e438601f45e98293555c3 (plain)
1
2
3
4
5
6
7
8
9
10
#![feature(staged_api)]
#![feature(test)]
#![unstable(feature = "test", issue = "none")]

extern crate test;

pub use test::*;

pub fn custom_api() {
}