1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Merge pull request #812 from ebfe/fix-build

tests/mktemp: fix build on nightly
This commit is contained in:
Heather 2016-02-14 09:39:11 +03:00
commit 2ddea8aa88

View file

@ -1,11 +1,8 @@
extern crate tempdir;
use tempdir::TempDir;
#[macro_use]
mod common;
use common::util::*;
use common::util::tempdir::TempDir;
static UTIL_NAME: &'static str = "mktemp";