More ensureNoDisposablesAreLeakedInTestSuite();

This commit is contained in:
Henning Dieterichs 2024-03-26 18:44:54 +01:00 committed by Henning Dieterichs
parent bf01138b14
commit dd0f3a32fd

View file

@ -12,8 +12,11 @@ import { DetailedLineRangeMapping } from 'vs/editor/common/diff/rangeMapping';
import { LegacyLinesDiffComputer } from 'vs/editor/common/diff/legacyLinesDiffComputer';
import { DefaultLinesDiffComputer } from 'vs/editor/common/diff/defaultLinesDiffComputer/defaultLinesDiffComputer';
import { Range } from 'vs/editor/common/core/range';
import { ensureNoDisposablesAreLeakedInTestSuite } from 'vs/base/test/common/utils';
suite('diffing fixtures', () => {
ensureNoDisposablesAreLeakedInTestSuite();
setup(() => {
setUnexpectedErrorHandler(e => {
throw e;