| 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 d4741cc8d400feb3397b689f21408091750240bb..cb3186bbd17e517b47154685a53dffba2f4cef8e 100644
|
| --- a/pkg/analyzer/test/source/embedder_test.dart
|
| +++ b/pkg/analyzer/test/source/embedder_test.dart
|
| @@ -40,7 +40,7 @@ main() {
|
| expectResolved(dartUri, filePath) {
|
| Source source = resolver.resolveAbsolute(Uri.parse(dartUri));
|
| expect(source, isNotNull, reason: dartUri);
|
| - expect(source.fullName, filePath);
|
| + expect(source.fullName, filePath.replaceAll('/', JavaFile.separator));
|
| }
|
|
|
| // We have four mappings.
|
|
|