Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(467)

Unified Diff: pkg/analyzer/test/source/embedder_test.dart

Issue 1600933007: fix embedder url mapping on Windows (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analyzer/lib/source/embedder.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/source/embedder_test.dart
diff --git a/pkg/analyzer/test/source/embedder_test.dart b/pkg/analyzer/test/source/embedder_test.dart
index cb3186bbd17e517b47154685a53dffba2f4cef8e..9ee278e2ebc19173f232dc3fc83ed05cd9a706ac 100644
--- a/pkg/analyzer/test/source/embedder_test.dart
+++ b/pkg/analyzer/test/source/embedder_test.dart
@@ -104,7 +104,7 @@ main() {
var source = sdk.fromFileUri(uri);
expect(source, isNotNull, reason: filePath);
expect(source.uri.toString(), dartUri);
- expect(source.fullName, filePath);
+ expect(source.fullName, filePath.replaceAll('/', JavaFile.separator));
}
expectSource('/tmp/slippy.dart', 'dart:fox');
« no previous file with comments | « pkg/analyzer/lib/source/embedder.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698