mirror of https://github.com/rwf2/Rocket.git
7 lines
83 B
Rust
7 lines
83 B
Rust
|
mod compiletest;
|
||
|
|
||
|
#[test]
|
||
|
fn ui() {
|
||
|
compiletest::run(compiletest::Mode::Ui);
|
||
|
}
|