From 40a66202c1fd717022c0a04145af6c4cc5a96309 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Fri, 12 May 2017 10:37:24 -0400 Subject: change to utf-8 and see if this fixes issue with old visual c compiler yielding 'main.c : error C4335: Mac file format detected: please convert the source file to either DOS or UNIX format' --- test/srcchange.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/srcchange.py') diff --git a/test/srcchange.py b/test/srcchange.py index 2f5692a0..a156d9be 100644 --- a/test/srcchange.py +++ b/test/srcchange.py @@ -83,7 +83,7 @@ main(int argc, char *argv[]) exit (0); } -""",mode='w') +""", mode='w') test.write('revnum.in', '3.2\n') -- cgit v1.2.1