From ad8164e067d6a0330a87ced2c889a02e42cf5a8a Mon Sep 17 00:00:00 2001 From: David Halter Date: Mon, 10 Sep 2012 00:57:03 +0200 Subject: [PATCH] corrected wrong goto test --- test/completion/goto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/completion/goto.py b/test/completion/goto.py index faea2fa9..4529c58c 100644 --- a/test/completion/goto.py +++ b/test/completion/goto.py @@ -32,7 +32,7 @@ class C(object): self.b #! 14 ['def b'] self.b() - #! 11 ['class C'] + #! 11 ['self'] self.b return 1