]> git.lizzy.rs Git - rust.git/commit
auto merge of #10204 : alexcrichton/rust/better-names, r=brson
authorbors <bors@rust-lang.org>
Fri, 1 Nov 2013 18:31:32 +0000 (11:31 -0700)
committerbors <bors@rust-lang.org>
Fri, 1 Nov 2013 18:31:32 +0000 (11:31 -0700)
commitfa2bb970d1c3085861ad0b1f88c2f7b4fb82464c
tree39414a818c0bff467d4dcbb25164c14ada0dd23a
parent7cff3c74b8d313154379ab73f18baab57c09bd33
parente2a68b6867188c4192a7986bdbf1bddf690e24d7
auto merge of #10204 : alexcrichton/rust/better-names, r=brson

Tests now have the same name as the test that they're running (to allow for
easier diagnosing of failure sources), and the main task is now specially named
`<main>` instead of `<unnamed>`.

Closes #10195
Closes #10073