]> git.lizzy.rs Git - rust.git/commitdiff
Remove obsolete comment.
authorLindsey Kuper <lindsey@rockstargirl.org>
Thu, 21 Jun 2012 00:55:18 +0000 (17:55 -0700)
committerLindsey Kuper <lindsey@rockstargirl.org>
Thu, 21 Jun 2012 00:56:40 +0000 (17:56 -0700)
src/test/run-pass/integer-literal-suffix-inference.rs

index 5d157658aa1b47154b6719b43cafa07a0e79b124..e2ad9dccf67a1ce1eafd7fee485f97eb14a6807f 100644 (file)
@@ -1,8 +1,4 @@
 fn main() {
-
-    // The commented-out lines are ones that fail currently.  I'm
-    // working on figuring out why (#1425). -- lkuper
-
     fn id_i8(n: i8) -> i8 { n }
     fn id_i16(n: i16) -> i16 { n }
     fn id_i32(n: i32) -> i32 { n }