From dc39de19e8d89d3292689dd62ef4d645c3095eed Mon Sep 17 00:00:00 2001 From: Anders Hejlsberg Date: Tue, 2 Dec 2014 15:53:13 -0800 Subject: [PATCH] Removing fourslash test that no longer applies --- tests/cases/fourslash/unclosedFunctionErrorRecovery2.ts | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 tests/cases/fourslash/unclosedFunctionErrorRecovery2.ts diff --git a/tests/cases/fourslash/unclosedFunctionErrorRecovery2.ts b/tests/cases/fourslash/unclosedFunctionErrorRecovery2.ts deleted file mode 100644 index 8af1be00cc4..00000000000 --- a/tests/cases/fourslash/unclosedFunctionErrorRecovery2.ts +++ /dev/null @@ -1,8 +0,0 @@ -/// - -////function alpha( {} -/////**/ -////function beta() { alpha(); } -//// - -verify.not.errorExistsAfterMarker(); \ No newline at end of file