Skip to content

Commit a26d89d

Browse files
committed
addressed PR feedback
1 parent 33fc598 commit a26d89d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tests/cases/unittests/versionCache.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,15 +187,14 @@ and grew 1cm per day`;
187187
let ersa: number[] = [];
188188
let ela: number[] = [];
189189
const iterationCount = 20;
190+
//const iterationCount = 20000; // uncomment for testing
190191
let lines: string[];
191192
let lineMap: number[];
192193
let lineIndex: server.LineIndex;
193194
let testContent: string;
194195

195196
before(() => {
196-
//const interationCount = 20000; // uncomment for testing
197-
198-
// Use scanner.ts, decent size, does not change frequentlly
197+
// Use scanner.ts, decent size, does not change frequently
199198
let testFileName = "src/compiler/scanner.ts";
200199
testContent = Harness.IO.readFile(testFileName);
201200
let totalChars = testContent.length;

0 commit comments

Comments
 (0)