From acd3ba35ccd577ab9b77adce528bd078e4d5d392 Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Fri, 1 Aug 2014 13:05:23 -0700 Subject: [PATCH] Remove debugger statements from fourslash tests --- tests/cases/fourslash/genericParameterHelp.ts | 1 - tests/cases/fourslash/navbar_contains-no-duplicates.ts | 2 +- tests/cases/fourslash/signatureHelpNegativeTests.ts | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/cases/fourslash/genericParameterHelp.ts b/tests/cases/fourslash/genericParameterHelp.ts index 7cf81f685f7..b5601c1eb5b 100644 --- a/tests/cases/fourslash/genericParameterHelp.ts +++ b/tests/cases/fourslash/genericParameterHelp.ts @@ -27,7 +27,6 @@ ////class Bar extends testClass; -debugger; // goTo.marker("1"); // verify.currentSignatureParamterCountIs(3); // verify.currentSignatureHelpIs("testFunction(a: T, b: U, c: M): M"); diff --git a/tests/cases/fourslash/navbar_contains-no-duplicates.ts b/tests/cases/fourslash/navbar_contains-no-duplicates.ts index 6dd06d9d4ba..4334d30229f 100644 --- a/tests/cases/fourslash/navbar_contains-no-duplicates.ts +++ b/tests/cases/fourslash/navbar_contains-no-duplicates.ts @@ -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) { diff --git a/tests/cases/fourslash/signatureHelpNegativeTests.ts b/tests/cases/fourslash/signatureHelpNegativeTests.ts index 2e8703ad340..32d76d158a6 100644 --- a/tests/cases/fourslash/signatureHelpNegativeTests.ts +++ b/tests/cases/fourslash/signatureHelpNegativeTests.ts @@ -5,7 +5,7 @@ //////inside a comment foo(/*insideComment*/ ////cl/*invalidContext*/ass InvalidSignatureHelpLocation { } ////InvalidSignatureHelpLocation(/*validContext*/); -debugger; + goTo.marker('insideComment'); verify.not.signatureHelpPresent();