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

Unified Diff: pkg/analyzer/test/src/context/builder_test.dart

Issue 2510713002: update builder test for Windows (Closed)
Patch Set: Created 4 years, 1 month 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/analyzer/test/src/context/builder_test.dart
diff --git a/pkg/analyzer/test/src/context/builder_test.dart b/pkg/analyzer/test/src/context/builder_test.dart
index 8a40454ad61b73cee2dfae54efb98a382a449f15..0c47bd08ead99e0423e75186689390d5079f719f 100644
--- a/pkg/analyzer/test/src/context/builder_test.dart
+++ b/pkg/analyzer/test/src/context/builder_test.dart
@@ -571,7 +571,7 @@ two: {boo: newt}
resourceProvider.newFile(
pathContext.join(path, '.packages'),
'''
-somepkg:/mypkgs/somepkg/lib
+somepkg:../../../mypkgs/somepkg/lib
''');
resourceProvider.newFile(
pathContext.join(path, 'bar.yaml'),
« 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