Skip to content

Commit

Permalink
Remove stale comment
Browse files Browse the repository at this point in the history
#140878 is fixed
  • Loading branch information
roblourens committed Jan 27, 2022
1 parent 3dda6ea commit b297fc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit b297fc9

Please sign in to comment.