diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2011-12-13 16:25:51 -0800 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2011-12-13 16:34:50 -0800 |
| commit | fa9ad984fb2f013baebdbe01a42baa3b9101dd84 (patch) | |
| tree | 49115690e45ca322337b93f25308cd618f85b013 /src/test/stdtest/math.rs | |
| parent | 32087f5c2a35bf8050067c22a57fd60269633a60 (diff) | |
| download | rust-fa9ad984fb2f013baebdbe01a42baa3b9101dd84.tar.gz rust-fa9ad984fb2f013baebdbe01a42baa3b9101dd84.zip | |
Copy first batch of material from libstd to libcore.
Diffstat (limited to 'src/test/stdtest/math.rs')
| -rw-r--r-- | src/test/stdtest/math.rs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/test/stdtest/math.rs b/src/test/stdtest/math.rs index 0b319888dcd..bff63340cf5 100644 --- a/src/test/stdtest/math.rs +++ b/src/test/stdtest/math.rs @@ -1,8 +1,10 @@ +import core::*; + use std; import std::math::*; -import std::float; -import c_int = std::ctypes::c_int; +import float; +import c_int = ctypes::c_int; #[test] fn test_max_min() { |
