Skip to content

Commit

Permalink
More path conversion.
Browse files Browse the repository at this point in the history
  • Loading branch information
pq committed Jul 27, 2017
1 parent f3b769d commit ba06753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mock_sdk.dart
Expand Up @@ -277,7 +277,7 @@ class HtmlElement {}
MockSdk(this.provider) {
LIBRARIES.forEach((SdkLibrary library) {
if (library is _MockSdkLibrary) {
provider.newFile(library.path, library.content);
provider.newFile(provider.convertPath(library.path), library.content);
library.parts.forEach((file) {
provider.newFile(file.path, file.content);
});
Expand Down

0 comments on commit ba06753

Please sign in to comment.