diff --git a/knyst/macro_tests/macro_tests_main.rs b/knyst/macro_tests/macro_tests_main.rs index af8b461..52ebd84 100644 --- a/knyst/macro_tests/macro_tests_main.rs +++ b/knyst/macro_tests/macro_tests_main.rs @@ -1,4 +1,5 @@ #[test] +#[cfg_attr(miri, ignore)] fn tests() { let t = trybuild::TestCases::new(); t.pass("macro_tests/generate_compiling_code.rs");