From fefeebce24eb429309d1aac8e61d97b6d814867d Mon Sep 17 00:00:00 2001 From: Lindsey Kuper Date: Fri, 22 Jul 2011 13:10:44 -0700 Subject: [PATCH] Getting rid of obsolete comments. --- src/test/run-pass/anon-obj-with-self-call.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/test/run-pass/anon-obj-with-self-call.rs b/src/test/run-pass/anon-obj-with-self-call.rs index 8f80e54e662d..bf78cba974e4 100644 --- a/src/test/run-pass/anon-obj-with-self-call.rs +++ b/src/test/run-pass/anon-obj-with-self-call.rs @@ -13,9 +13,6 @@ fn main() { auto my_a = a(); - // Extending an object with a new method that contains a simple - // self-call. Adding support for this is issue #540. - auto my_b = obj { fn baz() -> int { ret self.foo();