Py3 test fix
authorStefan Behnel <scoder@users.berlios.de>
Sat, 21 Feb 2009 17:15:17 +0000 (18:15 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 21 Feb 2009 17:15:17 +0000 (18:15 +0100)
tests/run/delete.pyx

index b6cc2c0fc96fbb4ec775af46fb79734f98215ec9..961967455340bd9e2aaffa520e8f89fbd1ae5f7b 100644 (file)
@@ -15,4 +15,4 @@ class A:
     def g(self):
         self.a = 3
         del self.a
-        return (hasattr(self, "a"), hasattr(self, "g"))
+        return (hasattr(self, u"a"), hasattr(self, u"g"))