Auto merge of #5135 - matklad:drop-ignored-tests, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 6 Mar 2018 22:34:32 +0000 (22:34 +0000)
committerbors <bors@rust-lang.org>
Tue, 6 Mar 2018 22:34:32 +0000 (22:34 +0000)
commitdd4f46e7ddedb386e42d57a99809410c755efc19
tree2cf6d810f38d3f4bd2f77f2ffeb5c47fded4e78f
parentc7219374061c514ecf40d918ba689ea36ee94fbd
parent96a4aa836ec83f2ce0a777484ba849046e9fe1c5
Auto merge of #5135 - matklad:drop-ignored-tests, r=alexcrichton

Drop ignored tests

r? @alexcrichton

These tests are ignored, so its better to remove them. `run` does not supports `--bins` argument, so I've left a single test that checks specifically for this.

cc https://github.com/rust-lang/cargo/pull/3901