Remove pointless fourslash tests

This commit is contained in:
Anders Hejlsberg
2018-01-25 12:25:56 -08:00
parent d608941480
commit 490d6568f9
2 changed files with 0 additions and 2 deletions

View File

@@ -6,5 +6,4 @@
////var f = function () { return new/**/; }
goTo.marker();
verify.completionListCount(116);
verify.completionListContains('new');

View File

@@ -5,5 +5,4 @@
////var f = function (s) { return this/**/; }
goTo.marker();
verify.completionListCount(117);
verify.completionListContains('this')