diff options
-rw-r--r-- | test_harness/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test_harness/src/lib.rs b/test_harness/src/lib.rs index 4456cbb..a81e5f4 100644 --- a/test_harness/src/lib.rs +++ b/test_harness/src/lib.rs @@ -473,6 +473,7 @@ pub struct TestDesc { pub ignore: bool, pub name: StaticTestName, pub should_panic: ShouldPanic, + pub allow_fail: bool, } pub struct StaticTestName(pub &'static str); |