Skip to content

Commit 17f570d

Browse files
committed
Revert "Move to libtest"
This reverts commit 64ecab2.
1 parent 3e99253 commit 17f570d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "compiletest_rs"
3-
version = "0.3.20"
3+
version = "0.3.19"
44
authors = [ "The Rust Project Developers"
55
, "Thomas Bracht Laumann Jespersen <laumann.thomas@gmail.com>"
66
, "Manish Goregaokar <manishsmail@gmail.com>"
@@ -26,7 +26,6 @@ serde_json = "1.0"
2626
serde_derive = "1.0"
2727
rustfix = "0.4.1"
2828
tester = { version = "0.5", optional = true }
29-
libtest = "0.0.1"
3029

3130
[target."cfg(unix)".dependencies]
3231
libc = "0.2"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extern crate rustc;
2020

2121
#[cfg(unix)]
2222
extern crate libc;
23-
extern crate libtest as test;
23+
extern crate test;
2424

2525
#[cfg(feature = "tmp")] extern crate tempfile;
2626

0 commit comments

Comments
 (0)