tests/test-ui-color.py
changeset 17956 a08775ec89f2
parent 14614 afccc64eea73
child 19322 ff1586a3adc5
--- a/tests/test-ui-color.py	Tue Nov 20 14:21:56 2012 -0800
+++ b/tests/test-ui-color.py	Sun Nov 25 13:53:47 2012 -0600
@@ -5,8 +5,8 @@
 # ensure errors aren't buffered
 testui = color.colorui()
 testui.pushbuffer()
-testui.write('buffered\n')
-testui.warn('warning\n')
+testui.write(('buffered\n'))
+testui.warn(('warning\n'))
 testui.write_err('error\n')
 print repr(testui.popbuffer())