mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-04 00:32:39 +00:00
7 lines
83 B
Rust
7 lines
83 B
Rust
mod compiletest;
|
|
|
|
#[test]
|
|
fn ui() {
|
|
compiletest::run(compiletest::Mode::Ui);
|
|
}
|