aboutsummaryrefslogtreecommitdiff
path: root/Tests/ttLib/tables/ttProgram_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ttLib/tables/ttProgram_test.py')
-rw-r--r--Tests/ttLib/tables/ttProgram_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ttLib/tables/ttProgram_test.py b/Tests/ttLib/tables/ttProgram_test.py
index be6e86a0..13d1ba87 100644
--- a/Tests/ttLib/tables/ttProgram_test.py
+++ b/Tests/ttLib/tables/ttProgram_test.py
@@ -104,7 +104,7 @@ class ProgramTest(unittest.TestCase):
p.fromBytecode(BYTECODE)
ttfont = TestFont()
buf = StringIO()
- writer = XMLWriter(buf, newlinestr='\n')
+ writer = XMLWriter(buf)
try:
p.toXML(writer, ttfont)
finally: