mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-11 06:02:53 -05:00
Remove pointless fourslash tests
This commit is contained in:
@@ -6,5 +6,4 @@
|
||||
////var f = function () { return new/**/; }
|
||||
|
||||
goTo.marker();
|
||||
verify.completionListCount(116);
|
||||
verify.completionListContains('new');
|
||||
|
||||
@@ -5,5 +5,4 @@
|
||||
////var f = function (s) { return this/**/; }
|
||||
|
||||
goTo.marker();
|
||||
verify.completionListCount(117);
|
||||
verify.completionListContains('this')
|
||||
|
||||
Reference in New Issue
Block a user