diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -918,6 +918,8 @@ mod tests { }; } + sylt_macro::find_tests!(); + #[test] fn unreachable_token() { assert_errs!(run_string("<!>\n", true, Vec::new()), [ErrorKind::Unreachable]); |
