1
Fork 0

librustc: Fix the test runner, the condition system, and core test. rs=bustage

This commit is contained in:
Patrick Walton 2012-12-27 17:53:04 -08:00
parent 84ce55e542
commit e26ca35b08
28 changed files with 91 additions and 13 deletions

View file

@ -2307,8 +2307,12 @@ impl &str: StrSlice {
#[cfg(test)]
mod tests {
use char;
use libc::c_char;
use libc;
use ptr;
use str::raw;
use vec;
#[test]
fn test_eq() {