tests/test-check-code
changeset 11343 f325db39c8b9
parent 11341 920a783e5f91
child 11822 0cae834cdc80
--- a/tests/test-check-code	Tue Jun 15 09:53:50 2010 +0200
+++ b/tests/test-check-code	Tue Jun 15 09:55:59 2010 +0200
@@ -26,6 +26,7 @@
 # Using builtins that does not exist in Python 2.4
 if any():
     x = all()
+    y = format(x)
 
 # Do not complain about our own definition
 def any(x):