diff --git a/tests/cases/fourslash/outliningForNonCompleteInterfaceDeclaration.ts b/tests/cases/fourslash/outliningForNonCompleteInterfaceDeclaration.ts index 67868c6fb5..09fd3e8d59 100644 --- a/tests/cases/fourslash/outliningForNonCompleteInterfaceDeclaration.ts +++ b/tests/cases/fourslash/outliningForNonCompleteInterfaceDeclaration.ts @@ -3,4 +3,4 @@ ////interface I[||] // should not crash -verify.outliningSpansInCurrentFile(test.ranges()); \ No newline at end of file +verify.outliningSpansInCurrentFile([]); \ No newline at end of file