Fixed tests.

This commit is contained in:
nwin 2015-02-23 08:30:58 +01:00
parent 4fd832aa5b
commit f44711cfd0

View File

@ -476,6 +476,7 @@ mod test {
use super::Options;
use super::Misfire;
use super::Misfire::*;
use xattr;
fn is_helpful<T>(misfire: Result<T, Misfire>) -> bool {
match misfire {