Skip to content

Commit

Permalink
Remove stdout tests with unpublished dev dependency
Browse files Browse the repository at this point in the history
The path dev dependency prevents publishing trybuild. Will need to
figure out how to exercise the stdout printing some other way.
  • Loading branch information
dtolnay committed Jul 30, 2019
1 parent 838656f commit 29178b9
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 69 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,3 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
termcolor = "1.0"
toml = "0.5"

[dev-dependencies]
derive_mac = { path = "tests/stdout/derive_mac" }
7 changes: 0 additions & 7 deletions tests/stdout.rs

This file was deleted.

11 changes: 0 additions & 11 deletions tests/stdout/derive_mac/Cargo.toml

This file was deleted.

16 changes: 0 additions & 16 deletions tests/stdout/derive_mac/src/lib.rs

This file was deleted.

11 changes: 0 additions & 11 deletions tests/stdout/print-fail.rs

This file was deleted.

12 changes: 0 additions & 12 deletions tests/stdout/print-pass.rs

This file was deleted.

9 changes: 0 additions & 9 deletions tests/stdout/run-fail.rs

This file was deleted.

0 comments on commit 29178b9

Please sign in to comment.