aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test_harness/src/lib.rs1
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);