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

Unified Diff: tests/language/abstract_exact_selector_test.dart

Issue 166433002: Revert "Fix language tests wrt. warnings." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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 | tests/language/abstract_factory_constructor_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/abstract_exact_selector_test.dart
diff --git a/tests/language/abstract_exact_selector_test.dart b/tests/language/abstract_exact_selector_test.dart
index 8932dc31906c6692192792e8ff15dc11b3c20804..fd61a10ce0ff27d0829edbb9ecbb22a2bb02a35a 100644
--- a/tests/language/abstract_exact_selector_test.dart
+++ b/tests/language/abstract_exact_selector_test.dart
@@ -8,8 +8,7 @@
import "package:expect/expect.dart";
import "compiler_annotations.dart";
-abstract /// 01: static type warning
-class Foo {
+abstract class Foo {
noSuchMethod(im) => 42;
}
« no previous file with comments | « no previous file | tests/language/abstract_factory_constructor_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698