Skip to content

Commit a7621e0

Browse files
Unrevert the change to incremental parser test
This is now recovered.
1 parent c7b65ac commit a7621e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testRunner/unittests/incrementalParser.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ describe("unittests:: Incremental Parser", () => {
160160
const oldText = ts.ScriptSnapshot.fromString(source);
161161
const newTextAndChange = withInsert(oldText, semicolonIndex, "/");
162162

163-
compareTrees(oldText, newTextAndChange.text, newTextAndChange.textChangeRange, 0);
163+
compareTrees(oldText, newTextAndChange.text, newTextAndChange.textChangeRange, 4);
164164
});
165165

166166
it("Regular expression 2", () => {

0 commit comments

Comments
 (0)