提交 bb123ee6 编写于 作者: I isidor

Fix AppVeyor failing build.

上级 9ea057a6
......@@ -32,7 +32,7 @@ suite('Debug - Source', () => {
assert.equal(source.name, rawSource.name);
assert.equal(source.inMemory, false);
assert.equal(source.reference, rawSource.sourceReference);
assert.equal(source.uri.fsPath, rawSource.path);
assert.equal(source.uri.toString(), uri.file(rawSource.path).toString());
});
test('from raw internal source', () => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册