diff --git a/tests/cases/fourslash/getJavaScriptQuickInfo7.ts b/tests/cases/fourslash/getJavaScriptQuickInfo7.ts deleted file mode 100644 index 282f5aeabfd..00000000000 --- a/tests/cases/fourslash/getJavaScriptQuickInfo7.ts +++ /dev/null @@ -1,10 +0,0 @@ -/// - -// @allowNonTsExtensions: true -// @Filename: Foo.js -//// function f(a,b) { } -//// /** @type {f} */ -//// var v/**/ - -goTo.marker(); -verify.quickInfoIs('var v: (a: any, b: any) => void'); \ No newline at end of file