Skip to content

Commit

Permalink
Stop pretending to be the test crate.
Browse files Browse the repository at this point in the history
Closes #3, #4
  • Loading branch information
messense committed Nov 19, 2019
1 parent 3e898ab commit d459c9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ description = "A fork of Rust’s `test` crate that doesn’t require unstable l
repository = "https://github.com/messense/rustc-test"
edition = "2018"

[lib]
name = "test"
crate-type = ["dylib", "rlib"]

[features]
asm_black_box = []
capture = []
Expand Down
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
// this crate, which relies on this attribute (rather than the value of `--crate-name` passed by
// cargo) to detect this crate.

#![crate_name = "test"]

#![cfg_attr(feature = "asm_black_box", feature(asm))]
#![cfg_attr(feature = "capture", feature(set_stdio))]

Expand Down

0 comments on commit d459c9e

Please sign in to comment.