mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 02:30:15 -06:00
Remove unnecessary comment
This commit is contained in:
parent
3605e4ef69
commit
e08f8d263f
@ -1698,7 +1698,6 @@ namespace Harness {
|
||||
|
||||
export function *iterateOutputs(outputFiles: Harness.Compiler.GeneratedFile[]): IterableIterator<[string, string]> {
|
||||
// Collect, test, and sort the fileNames
|
||||
// As this uses the file system, use a predictable order
|
||||
const comparer = ts.getStringComparer(/*ignoreCase*/ false);
|
||||
outputFiles.sort((a, b) => comparer(cleanName(a.fileName), cleanName(b.fileName)));
|
||||
const dupeCase = ts.createMap<number>();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user