windows test fix

This commit is contained in:
Anthony Scopatz 2016-10-26 00:51:56 -04:00
parent 6288644fe5
commit 26759d8dfa

View file

@ -138,7 +138,7 @@ with open('tttt', 'w') as fp:
fp.write("Wow mom!\\n")
![cat tttt | wc]
""", " 1 2 9 <stdin>\n", 0),
""", ' 1 2 10\n' if ON_WINDOWS else " 1 2 9 <stdin>\n", 0),
]