This commit is contained in:
Ryan Cavanaugh
2016-06-13 14:52:41 -07:00
parent 236351d4f0
commit 90b319fc24
@@ -269,7 +269,7 @@ namespace ts {
it("succeeds if change doesn't affect type references", () => {
const program_1 = newProgram(files, ["a.ts"], { types: ["a"] });
updateProgram(program_1, ["a.ts"], { types: ["a"] },afiles => {
updateProgram(program_1, ["a.ts"], { types: ["a"] }, files => {
});
assert.isTrue(program_1.structureIsReused);