Skip to content

Commit 1d5d10a

Browse files
committed
add comment
1 parent 29fe9f5 commit 1d5d10a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/harness/harness.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -944,6 +944,8 @@ module Harness {
944944

945945
var newLine = '\r\n';
946946

947+
// Files from built\local that are requested by test "@includeBuiltFiles" to be in the context.
948+
// Treat them as library files, so include them in build, but not in baselines.
947949
var includeBuiltFiles: { unitName: string; content: string }[] = [];
948950

949951
var useCaseSensitiveFileNames = ts.sys.useCaseSensitiveFileNames;

0 commit comments

Comments
 (0)