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

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

Issue 2628303002: Fix for crash when part directive uri is has null value. (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
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 a276b258e7f1cb5f772228746935d6acc7ea2a58..85eb9ddf2e4ea2a4c8edaa1f6ca457eb8103a134 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
@@ -77,10 +77,4 @@ class CompileTimeErrorCodeTest_Driver extends CompileTimeErrorCodeTest {
test_uriDoesNotExist_import_appears_after_deleting_target() {
return super.test_uriDoesNotExist_import_appears_after_deleting_target();
}
-
- @failingTest
- @override
- test_uriWithInterpolation_nonConstant() {
- return super.test_uriWithInterpolation_nonConstant();
- }
}
« no previous file with comments | « pkg/analyzer/lib/src/summary/public_namespace_computer.dart ('k') | pkg/analyzer/test/src/summary/resynthesize_common.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698