Skip to content

Commit

Permalink
Merge pull request #341 from cakebaker/remove_extern_crate
Browse files Browse the repository at this point in the history
tests: remove "extern crate x"
  • Loading branch information
tertsdiepraam committed Mar 26, 2024
2 parents dbeeca1 + 55f297f commit 626fe13
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions tests/exec_unit_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
/// ! But as the tests require running an external executable, they need to be run
/// ! as integration tests so we can ensure that our testing-commandline binary
/// ! has been built.
extern crate findutils;
extern crate walkdir;

use std::env;
use std::fs::File;
use std::io::Read;
Expand Down
4 changes: 0 additions & 4 deletions tests/find_exec_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
/// ! But as the tests require running an external executable, they need to be run
/// ! as integration tests so we can ensure that our testing-commandline binary
/// ! has been built.
extern crate findutils;
extern crate tempfile;
extern crate walkdir;

use std::env;
use std::fs::File;
use std::io::Read;
Expand Down
3 changes: 0 additions & 3 deletions tests/xargs_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

/// ! This file contains integration tests for xargs, separate from the unit
/// ! tests so that testing-commandline can be built first.
extern crate findutils;
extern crate tempfile;

use std::io::{Seek, SeekFrom, Write};

use assert_cmd::Command;
Expand Down

0 comments on commit 626fe13

Please sign in to comment.