summaryrefslogtreecommitdiff
path: root/Test/lit.site.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'Test/lit.site.cfg')
-rw-r--r--Test/lit.site.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/lit.site.cfg b/Test/lit.site.cfg
index 4997e836..c60ed3e3 100644
--- a/Test/lit.site.cfg
+++ b/Test/lit.site.cfg
@@ -96,7 +96,7 @@ diffExecutable = None
if os.name == 'posix':
diffExecutable = 'diff --unified=3'
elif os.name == 'nt':
- diffExecutable = 'fc'
+ diffExecutable = 'fc /W'
else:
lit_config.fatal('Unsupported platform')