diff options
| author | Stefan Plantikow <stefan.plantikow@googlemail.com> | 2011-12-14 02:52:02 +0100 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2011-12-14 14:54:16 -0800 |
| commit | 50db7ce906b9731a5dc02a1a87fbe87f55f13b42 (patch) | |
| tree | ec713d268f93cabe060e4ae98be71ac9f5c22199 /src/test/stdtest | |
| parent | 6d0901cb4da43d9316762445f764904a6b4fe1cf (diff) | |
| download | rust-50db7ce906b9731a5dc02a1a87fbe87f55f13b42.tar.gz rust-50db7ce906b9731a5dc02a1a87fbe87f55f13b42.zip | |
Moved std::math to std::core
- merges math and float into core::float - Splits core::ctypes into core::ctypes and core::mtypes - cmath is not exported - stdtest::math passes
Diffstat (limited to 'src/test/stdtest')
| -rw-r--r-- | src/test/stdtest/math.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/stdtest/math.rs b/src/test/stdtest/math.rs index 9d5cf5d0c3a..cdcb581e765 100644 --- a/src/test/stdtest/math.rs +++ b/src/test/stdtest/math.rs @@ -2,7 +2,7 @@ import core::*; use std; -import std::math::*; +import float::*; import float; import c_int = ctypes::c_int; |
