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

Unified Diff: pkg/analyzer/test/generated/static_warning_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/static_warning_code_driver_test.dart
diff --git a/pkg/analyzer/test/generated/static_warning_code_driver_test.dart b/pkg/analyzer/test/generated/static_warning_code_driver_test.dart
index 90869fb32cf0795987ad43316483d7376235ff82..5eda88cb87f5e0c036fbccba86e26adf63b768f7 100644
--- a/pkg/analyzer/test/generated/static_warning_code_driver_test.dart
+++ b/pkg/analyzer/test/generated/static_warning_code_driver_test.dart
@@ -22,10 +22,4 @@ class StaticWarningCodeTest_Driver extends StaticWarningCodeTest {
test_argumentTypeNotAssignable_ambiguousClassName() {
return super.test_argumentTypeNotAssignable_ambiguousClassName();
}
-
- @failingTest
- @override
- test_importOfNonLibrary() {
- return super.test_importOfNonLibrary();
- }
}

Powered by Google App Engine
This is Rietveld 408576698