]> git.lizzy.rs Git - rust.git/blobdiff - library/test/src/formatters/junit.rs
Rollup merge of #91950 - estebank:point-at-type-of-non-allocator, r=matthewjasper
[rust.git] / library / test / src / formatters / junit.rs
index f940a9ff8f1d918f41547d0c42c59e47a951439f..54e9860ab548779173d623709d5a33fe4c98eb9e 100644 (file)
@@ -121,7 +121,7 @@ fn write_run_finish(&mut self, state: &ConsoleTestState) -> io::Result<bool> {
                     ))?;
                 }
 
-                TestResult::TrOk | TestResult::TrAllowedFail => {
+                TestResult::TrOk => {
                     self.write_message(&*format!(
                         "<testcase classname=\"{}\" \
                          name=\"{}\" time=\"{}\"/>",