Add test annotation

This commit is contained in:
Samuel Moelius 2025-03-03 12:54:34 -05:00
parent aadda46752
commit 475d10d3b0

View file

@ -10,5 +10,5 @@ fn unignored_test() {}
fn ignored_with_reason() {}
#[test]
#[ignore]
#[ignore] //~ ignore_without_reason
fn ignored_without_reason() {}