Skip to content

Commit ab8e0d5

Browse files
committed
revert test changes
1 parent b9885ee commit ab8e0d5

File tree

78 files changed

+73
-139
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+73
-139
lines changed

tests/cases/fourslash/unusedClassInNamespace1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
//// } |]
88

99
verify.rangeAfterCodeFix(`namespace greeter {
10-
}`, /*includeWhiteSpace*/ false, /*errorCode*/ undefined, /*index*/ 0);
10+
}`);

tests/cases/fourslash/unusedClassInNamespace1AddUnderscore.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

tests/cases/fourslash/unusedClassInNamespace2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
verify.rangeAfterCodeFix(`namespace greeter {
1212
export class class2 {
1313
}
14-
}`, /*includeWhiteSpace*/ false, /*errorCode*/ undefined, /*index*/ 0);
14+
}`);
1515

tests/cases/fourslash/unusedClassInNamespace3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ verify.rangeAfterCodeFix(`namespace Validation {
2222
2323
export class c2 {
2424
}
25-
}`, /*includeWhiteSpace*/ false, /*errorCode*/ undefined, /*index*/ 0);
25+
}`);

tests/cases/fourslash/unusedClassInNamespace4.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ verify.rangeAfterCodeFix(`namespace Validation {
2424
export class c2 {
2525
2626
}
27-
}`, /*includeWhiteSpace*/ false, /*errorCode*/ undefined, /*index*/ 0);
27+
}`);

tests/cases/fourslash/unusedClassInNamespaceWithTrivia.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
//// } |]
99

1010
verify.rangeAfterCodeFix(`namespace greeter {
11-
}`, /*includeWhiteSpace*/ false, /*errorCode*/ undefined, /*index*/ 0);
11+
}`);

tests/cases/fourslash/unusedClassInNamespaceWithTriviaAddUnderscore.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

tests/cases/fourslash/unusedConstantInFunction1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
//// } |]
77

88
verify.rangeAfterCodeFix(`function f1 () {
9-
}`, /*includeWhiteSpace*/ false, /*errorCode*/ undefined, /*index*/ 0);
9+
}`);
1010

tests/cases/fourslash/unusedEnumInFunction1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77

88
verify.rangeAfterCodeFix(`function f1 () {
99
}
10-
`, /*includeWhiteSpace*/ false, /*errorCode*/ undefined, /*index*/ 0);
10+
`);
1111

tests/cases/fourslash/unusedEnumInNamespace1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
//// } |]
99

1010
verify.rangeAfterCodeFix(`namespace greeter {
11-
}`, /*includeWhiteSpace*/ false, /*errorCode*/ undefined, /*index*/ 0);
11+
}`);

0 commit comments

Comments
 (0)