Fix two tests

* `docCommentTemplateInSingleLineComment`: Accidentally dropped space, fixes #38651

* `codeFixCorrectReturnValue13`: Bogus test code copied
This commit is contained in:
Eli Barzilay 2020-05-20 15:47:42 -04:00
parent c52aee57c7
commit 073fb308bf
2 changed files with 1 additions and 5 deletions

View file

@ -12,7 +12,3 @@ verify.codeFixAvailable([
{ description: ts.Diagnostics.Remove_braces_from_arrow_function_body.message },
{ description: ts.Diagnostics.Remove_unused_label.message }
]);
interface A {
bar: string
}

View file

@ -3,7 +3,7 @@
// @Filename: justAComment.ts
//// // We want to check off-by-one errors in assessing the end of the comment, so we check twice,
//// // first with a trailing space and then without.
//// // /*0*/
//// // /*0*/
//// // /*1*/
//// // We also want to check EOF handling at the end of a comment
//// // /*2*/