librustc: Fix the test runner, the condition system, and core test. rs=bustage
This commit is contained in:
parent
84ce55e542
commit
e26ca35b08
28 changed files with 91 additions and 13 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue