1
0
mirror of https://github.com/Sebekerga/native_api_1c.git synced 2025-06-14 23:45:13 +02:00
Files
native_api_1c/native_api_1c_macro/tests/props.rs
2023-10-25 11:25:14 +06:00

7 lines
103 B
Rust

#[test]
fn tests() {
let t = trybuild::TestCases::new();
t.pass("tests/to_build/props.rs");
}