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

Unified Diff: pkg/front_end/test/physical_file_system_test.dart

Issue 2634543003: Fix physical_file_system_test.dart on Windows. (Closed)
Patch Set: Created 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/physical_file_system_test.dart
diff --git a/pkg/front_end/test/physical_file_system_test.dart b/pkg/front_end/test/physical_file_system_test.dart
index c3a2ef195a5819176487aded68f657262bf71288..d1a026bbe8550006ae2d4627923b2ebdcef8f120 100644
--- a/pkg/front_end/test/physical_file_system_test.dart
+++ b/pkg/front_end/test/physical_file_system_test.dart
@@ -127,7 +127,7 @@ class PhysicalFileSystemTest extends _BaseTest {
test_entityForUri_bareUri_absolute() {
expect(PhysicalFileSystem.instance.entityForUri(Uri.parse('/file.txt')).uri,
- p.toUri(p.fromUri('/file.txt')));
+ Uri.parse('file:///file.txt'));
}
test_entityForUri_fileUri_relative() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698