rust/tests/lang_tests_debug.rs

6 lines
108 B
Rust
Raw Normal View History

mod lang_tests_common;
fn main() {
lang_tests_common::main_inner(lang_tests_common::Profile::Debug);
}