Remove stale comment

#140878 is fixed
This commit is contained in:
Rob Lourens 2022-01-26 21:14:04 -08:00
parent 3dda6ea7ac
commit b297fc96b4

View file

@ -96,7 +96,7 @@ suite('vscode API - languages', () => {
assert.ok(found);
});
test('link detector', async function () { // #140878
test('link detector', async function () {
const uri = await createRandomFile('class A { // http://a.com }', undefined, '.java');
const doc = await vscode.workspace.openTextDocument(uri);