Skip to content

Commit 90b319f

Browse files
committed
lint
1 parent 236351d commit 90b319f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/unittests/reuseProgramStructure.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ namespace ts {
269269

270270
it("succeeds if change doesn't affect type references", () => {
271271
const program_1 = newProgram(files, ["a.ts"], { types: ["a"] });
272-
updateProgram(program_1, ["a.ts"], { types: ["a"] },afiles => {
272+
updateProgram(program_1, ["a.ts"], { types: ["a"] }, files => {
273273

274274
});
275275
assert.isTrue(program_1.structureIsReused);

0 commit comments

Comments
 (0)