]> git.lizzy.rs Git - rust.git/commit
Give test and main tasks better names
authorAlex Crichton <alex@alexcrichton.com>
Fri, 1 Nov 2013 16:16:11 +0000 (09:16 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 1 Nov 2013 16:16:11 +0000 (09:16 -0700)
commite2a68b6867188c4192a7986bdbf1bddf690e24d7
tree9e476e536d8087e5298c1d5f084e01da2d25d0e2
parente976de32dc590f759e6c0c72d286844ca373e775
Give test and main tasks better names

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
src/libextra/test.rs
src/libstd/rt/mod.rs
src/test/run-fail/main-fail.rs [new file with mode: 0644]
src/test/run-fail/test-fail.rs [new file with mode: 0644]