mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-26 22:06:26 +00:00
Fixed tests.
This commit is contained in:
parent
4fd832aa5b
commit
f44711cfd0
@ -476,6 +476,7 @@ mod test {
|
|||||||
use super::Options;
|
use super::Options;
|
||||||
use super::Misfire;
|
use super::Misfire;
|
||||||
use super::Misfire::*;
|
use super::Misfire::*;
|
||||||
|
use xattr;
|
||||||
|
|
||||||
fn is_helpful<T>(misfire: Result<T, Misfire>) -> bool {
|
fn is_helpful<T>(misfire: Result<T, Misfire>) -> bool {
|
||||||
match misfire {
|
match misfire {
|
||||||
|
Loading…
Reference in New Issue
Block a user