]> git.lizzy.rs Git - rust.git/commit
Remove #[start] as well as #[main] in --test
authorWilliam Throwe <wtt6@cornell.edu>
Mon, 24 Aug 2015 18:33:22 +0000 (14:33 -0400)
committerWilliam Throwe <wtt6@cornell.edu>
Tue, 25 Aug 2015 00:28:24 +0000 (20:28 -0400)
commit8320a3a048717f2a09ba5e5cddb2b634047da647
treec95fbde0f5dfda64b87d555b6db18747e7ac96a1
parent0112e7bd159968d2ad2e5ea6727564c200b7c35f
Remove #[start] as well as #[main] in --test

Fixes #11766.
src/libsyntax/test.rs
src/test/run-pass/test-runner-hides-start.rs [new file with mode: 0644]