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

7 lines
112 B
Rust

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