Remove debugger statements from fourslash tests

This commit is contained in:
Ryan Cavanaugh 2014-08-01 13:05:23 -07:00
parent 13bbb98a1e
commit acd3ba35cc
3 changed files with 2 additions and 3 deletions

View file

@ -27,7 +27,6 @@
////class Bar<T> extends testClass</*type3*/
////var x : testClass<,, /*type4*/any>;
debugger;
// goTo.marker("1");
// verify.currentSignatureParamterCountIs(3);
// verify.currentSignatureHelpIs("testFunction<T extends IFoo, U, M extends IFoo>(a: T, b: U, c: M): M");

View file

@ -26,7 +26,7 @@
//// {| "itemName": "ABC", "kind": "module", "parentName": "" |}module ABC {
//// export var {| "itemName": "x", "kind": "var" |}x = 3;
//// }
debugger;
verify.getScriptLexicalStructureListCount(12);
test.markers().forEach(marker => {
if (marker.data) {

View file

@ -5,7 +5,7 @@
//////inside a comment foo(/*insideComment*/
////cl/*invalidContext*/ass InvalidSignatureHelpLocation { }
////InvalidSignatureHelpLocation(/*validContext*/);
debugger;
goTo.marker('insideComment');
verify.not.signatureHelpPresent();