diff --git a/tests/test_exact_output.rs b/tests/test_exact_output.rs index 2d4a4bad..c42343db 100644 --- a/tests/test_exact_output.rs +++ b/tests/test_exact_output.rs @@ -14,7 +14,6 @@ static UNREADABLE_DIR_PATH: &str = "/tmp/unreadable_dir"; * * Despite the above problems, these tests are good as they are the closest to 'the real thing'. */ - // Warning: File sizes differ on both platform and on the format of the disk. /// Copy to /tmp dir - we assume that the formatting of the /tmp partition /// is consistent. If the tests fail your /tmp filesystem probably differs diff --git a/tests/test_flags.rs b/tests/test_flags.rs index 185c0a07..98f3733d 100644 --- a/tests/test_flags.rs +++ b/tests/test_flags.rs @@ -7,7 +7,6 @@ use std::str; * * These tests should be the same cross platform */ - fn build_command>(command_args: Vec) -> String { let mut cmd = cargo_bin_cmd!("dust");