summaryrefslogtreecommitdiff
path: root/test/srcchange.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-05-12 10:37:24 -0400
committerWilliam Deegan <bill@baddogconsulting.com>2017-05-12 10:37:24 -0400
commit40a66202c1fd717022c0a04145af6c4cc5a96309 (patch)
treea7955a765d42d1be3c7afa91cdf8841e7da83639 /test/srcchange.py
parent171794c7dbbc3231251bf92c06af8939c832832c (diff)
downloadscons-40a66202c1fd717022c0a04145af6c4cc5a96309.tar.gz
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'
Diffstat (limited to 'test/srcchange.py')
-rw-r--r--test/srcchange.py2
1 files changed, 1 insertions, 1 deletions
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')