about summary refs log tree commit diff
path: root/src/test/stdtest/map.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/stdtest/map.rs')
-rw-r--r--src/test/stdtest/map.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/stdtest/map.rs b/src/test/stdtest/map.rs
index 44edb3f9111..0031f338f1f 100644
--- a/src/test/stdtest/map.rs
+++ b/src/test/stdtest/map.rs
@@ -197,7 +197,7 @@ fn test_removal() {
         /**
          * FIXME (issue #150): we want to check the removed value as in the
          * following:
-        
+
         let util.option[uint] v = hm.remove(i);
         alt (v) {
           case (util.some[uint](u)) {
@@ -205,7 +205,7 @@ fn test_removal() {
           }
           case (util.none[uint]()) { fail; }
         }
-        
+
          * but we util.option is a tag type so util.some and util.none are
          * off limits until we parse the dwarf for tag types.
          */