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

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

Issue 2651053002: Make the test analysis driver compatible. (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 | pkg/analyzer/test/generated/compile_time_error_code_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/generated/compile_time_error_code_driver_test.dart
diff --git a/pkg/analyzer/test/generated/compile_time_error_code_driver_test.dart b/pkg/analyzer/test/generated/compile_time_error_code_driver_test.dart
index 0f8e1b3a3b8359331010f24162228227069e33f5..92605940fd4a0a19168d7aba9356ad50b85a3bd4 100644
--- a/pkg/analyzer/test/generated/compile_time_error_code_driver_test.dart
+++ b/pkg/analyzer/test/generated/compile_time_error_code_driver_test.dart
@@ -22,10 +22,4 @@ class CompileTimeErrorCodeTest_Driver extends CompileTimeErrorCodeTest {
test_typeAliasCannotReferenceItself_typeVariableBounds() {
return super.test_typeAliasCannotReferenceItself_typeVariableBounds();
}
-
- @failingTest
- @override
- test_uriDoesNotExist_import_appears_after_deleting_target() {
- return super.test_uriDoesNotExist_import_appears_after_deleting_target();
- }
}
« no previous file with comments | « no previous file | pkg/analyzer/test/generated/compile_time_error_code_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698