add comment

This commit is contained in:
Mohamed Hegazy 2015-04-06 13:38:37 -07:00
parent 29fe9f560f
commit 1d5d10a111

View file

@ -944,6 +944,8 @@ module Harness {
var newLine = '\r\n';
// Files from built\local that are requested by test "@includeBuiltFiles" to be in the context.
// Treat them as library files, so include them in build, but not in baselines.
var includeBuiltFiles: { unitName: string; content: string }[] = [];
var useCaseSensitiveFileNames = ts.sys.useCaseSensitiveFileNames;