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

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

Issue 2505633002: fix include options test on 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/source/analysis_options_provider_test.dart
diff --git a/pkg/analyzer/test/source/analysis_options_provider_test.dart b/pkg/analyzer/test/source/analysis_options_provider_test.dart
index 5c9d1d29a3e1cf93a4cec583d2599c2408d0f58d..8ada91cfb8aaef067974b5a71101b48ae61b50f9 100644
--- a/pkg/analyzer/test/source/analysis_options_provider_test.dart
+++ b/pkg/analyzer/test/source/analysis_options_provider_test.dart
@@ -193,10 +193,6 @@ analyzer:
}
void test_getOptions_include() {
- if (isWindows) {
- // TODO(danrubel) fix on Windows.
- return;
- }
pathTranslator.newFile(
'/foo.include',
r'''
@@ -208,7 +204,7 @@ analyzer:
pathTranslator.newFile(
'/$optionsFileName',
r'''
-include: /foo.include
+include: foo.include
''');
Map<String, YamlNode> options = _getOptions('/');
expect(options, hasLength(1));
« 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