From 08a9c616402bc971ded3fe17efc99e5548606092 Mon Sep 17 00:00:00 2001 From: Andrew Casey Date: Fri, 15 Dec 2017 16:31:27 -0800 Subject: [PATCH] Update fourslash baseline --- tests/cases/fourslash/extract-const1.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/cases/fourslash/extract-const1.ts b/tests/cases/fourslash/extract-const1.ts index 3ed9373f2ba..595e56a7e1d 100644 --- a/tests/cases/fourslash/extract-const1.ts +++ b/tests/cases/fourslash/extract-const1.ts @@ -9,6 +9,5 @@ edit.applyRefactor({ actionDescription: "Extract to constant in enclosing scope", newContent: `const newLocal = 0; - const x = /*RENAME*/newLocal;` });