Export os, libc and path from libcore.

This commit is contained in:
Graydon Hoare
2012-03-06 10:14:58 -08:00
parent dea19b25c9
commit 0e3dd5a3ee
2 changed files with 2 additions and 7 deletions

View File

@@ -542,8 +542,6 @@ mod consts {
#[cfg(test)]
mod tests {
import os = new_os;
#[test]
fn test() {
assert (!path::path_is_absolute("test-path"));