1
Fork 0

Test fixes and merge conflicts

This commit is contained in:
Alex Crichton 2013-11-28 18:03:38 -08:00
parent c1e287af77
commit 56e4c82a38
18 changed files with 44 additions and 97 deletions

View file

@ -66,6 +66,7 @@
#[deny(non_camel_case_types)];
#[deny(missing_doc)];
#[allow(attribute_usage)]; // NOTE: remove after the next snapshot
// When testing libstd, bring in libuv as the I/O backend so tests can print
// things and all of the std::io tests have an I/O interface to run on top