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

Unified Diff: pkg/analyzer/test/generated/utilities_dart_test.dart

Issue 2662033002: Remove analyzer workaround for #27447. (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 | « pkg/analyzer/pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/generated/utilities_dart_test.dart
diff --git a/pkg/analyzer/test/generated/utilities_dart_test.dart b/pkg/analyzer/test/generated/utilities_dart_test.dart
index 1917b16b005d83430d77d01e271dabefcedadf84..f61602731663735f5025bd2a68bc9ed004bd5295 100644
--- a/pkg/analyzer/test/generated/utilities_dart_test.dart
+++ b/pkg/analyzer/test/generated/utilities_dart_test.dart
@@ -38,9 +38,7 @@ class ResolveRelativeUriTest {
_validate('a/b.dart', '../c.dart', 'c.dart');
_validate('a.dart', '../b.dart', '../b.dart');
_validate('a.dart', '../../b.dart', '../../b.dart');
- // TODO(scheglov) After https://github.com/dart-lang/sdk/issues/27447
- // TODO(scheglov) include also this, currently failing test.
-// _validate('a/b.dart', '../../c.dart', '../c.dart');
+ _validate('a/b.dart', '../../c.dart', '../c.dart');
}
void _validate(String base, String contained, String expected) {
« no previous file with comments | « pkg/analyzer/pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698