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

7 lines
103 B
Rust
Raw Normal View History

2023-10-25 11:25:14 +06:00
#[test]
fn tests() {
let t = trybuild::TestCases::new();
t.pass("tests/to_build/props.rs");
}