Skip to content

Commit

Permalink
Fix search unit test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed May 21, 2018
1 parent b91329a commit e06ab2c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,7 @@ suite('ExtHostSearch', () => {
}

function makeTextResult(relativePath: string): vscode.TextSearchResult {
relativePath = relativePath.replace(/\//g, path.sep);
return {
preview: makePreview('foo'),
range: new Range(0, 0, 0, 3),
Expand Down

0 comments on commit e06ab2c

Please sign in to comment.