diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-11-15 16:45:22 -0800 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-11-15 16:49:57 -0800 |
| commit | f67904ca407778be1adce893a90d2a8b292de40b (patch) | |
| tree | 5a90d210bbd4b26567ada34f7836bf7af8e762bb /src/libcore/uint-template.rs | |
| parent | 187c6c90a14ec378ce502aa7f6f184ba28a71947 (diff) | |
Un-ignore test_from_str and test_parse_buf
Closes #2609
Diffstat (limited to 'src/libcore/uint-template.rs')
| -rw-r--r-- | src/libcore/uint-template.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libcore/uint-template.rs b/src/libcore/uint-template.rs index bdce82f4dd3..ceb525f5f8d 100644 --- a/src/libcore/uint-template.rs +++ b/src/libcore/uint-template.rs @@ -221,7 +221,6 @@ pub fn test_to_str() { } #[test] -#[ignore] pub fn test_from_str() { assert from_str(~"0") == Some(0u as T); assert from_str(~"3") == Some(3u as T); @@ -235,7 +234,6 @@ pub fn test_from_str() { } #[test] -#[ignore] pub fn test_parse_bytes() { use str::to_bytes; assert parse_bytes(to_bytes(~"123"), 10u) == Some(123u as T); |
