mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Merge pull request #812 from ebfe/fix-build
tests/mktemp: fix build on nightly
This commit is contained in:
commit
2ddea8aa88
1 changed files with 1 additions and 4 deletions
|
@ -1,11 +1,8 @@
|
||||||
extern crate tempdir;
|
|
||||||
|
|
||||||
use tempdir::TempDir;
|
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
mod common;
|
mod common;
|
||||||
|
|
||||||
use common::util::*;
|
use common::util::*;
|
||||||
|
use common::util::tempdir::TempDir;
|
||||||
|
|
||||||
static UTIL_NAME: &'static str = "mktemp";
|
static UTIL_NAME: &'static str = "mktemp";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue