about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-01-21 13:20:03 -0800
committerBrian Anderson <banderson@mozilla.com>2012-01-21 13:20:14 -0800
commit8c92ea49d3d5117e00afa14af0ae77860b1febe5 (patch)
treec980c06666a7eb6bcd2ecb52936d207da876172b /src/libcore
parent059e243b166d994ac8044a7e771d8d0b88b2ace7 (diff)
core: Shuffle around a #fmt test
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/extfmt.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libcore/extfmt.rs b/src/libcore/extfmt.rs
index 04600a628a0..cd9ccff88d0 100644
--- a/src/libcore/extfmt.rs
+++ b/src/libcore/extfmt.rs
@@ -453,15 +453,6 @@ mod rt {
     }
 }
 
-#[cfg(test)]
-mod tests {
-    #[test]
-    fn test_percent() {
-        let s = #fmt["ab%%cd"];
-        assert(s == "ab%cd");
-    }
-}
-
 // Local Variables:
 // mode: rust;
 // fill-column: 78;