maud/maud/tests/errors.rs
2020-08-31 11:57:57 +03:00

9 lines
164 B
Rust

use trybuild::TestCases;
use std::path::PathBuf;
#[test]
fn run_warnings() {
let config = TestCases::new();
config.compile_fail("tests/warnings/*.rs");
}