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

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

Issue 2627093010: Report errors like IMPORT_OF_NON_LIBRARY with the new analysis driver. (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 9040d130d27290d53ae4b14749b507009a2d9e51..a276b258e7f1cb5f772228746935d6acc7ea2a58 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
@@ -19,12 +19,6 @@ class CompileTimeErrorCodeTest_Driver extends CompileTimeErrorCodeTest {
@failingTest
@override
- test_exportOfNonLibrary() {
- return super.test_exportOfNonLibrary();
- }
-
- @failingTest
- @override
test_fieldInitializerOutsideConstructor_inFunctionTypeParameter() {
return super
.test_fieldInitializerOutsideConstructor_inFunctionTypeParameter();
@@ -38,12 +32,6 @@ class CompileTimeErrorCodeTest_Driver extends CompileTimeErrorCodeTest {
@failingTest
@override
- test_importOfNonLibrary() {
- return super.test_importOfNonLibrary();
- }
-
- @failingTest
- @override
test_nonConstValueInInitializer_assert_condition() {
return super.test_nonConstValueInInitializer_assert_condition();
}

Powered by Google App Engine
This is Rietveld 408576698