]> git.lizzy.rs Git - rust.git/commit
fix test failures
authorkwantam <kwantam@gmail.com>
Tue, 8 Jul 2014 18:46:01 +0000 (14:46 -0400)
committerkwantam <kwantam@gmail.com>
Wed, 9 Jul 2014 14:14:46 +0000 (10:14 -0400)
commit85e2bee4a2ca3e63ea47389377b632403db20195
treeb9c2f10bc016ecb891fabc639953118597643f6f
parent5d4238b6fc8769c35ff5818ed04d16a6deab784f
fix test failures

- unicode tests live in coretest crate
- libcollections str tests need UnicodeChar trait.
- libregex perlw tests were checking a char in the Alphabetic category,
  \x2161. Confirmed perl 5.18 considers this a \w character. Changed to
  \x2961, which is not \w as the test expects.
mk/crates.mk
mk/tests.mk
src/libcollections/str.rs
src/libregex/test/tests.rs