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

Unified Diff: tests/language/default_factory_library_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 | « tests/language/crash_6725_test.dart ('k') | tests/language/default_factory_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/default_factory_library_test.dart
diff --git a/tests/language/default_factory_library_test.dart b/tests/language/default_factory_library_test.dart
index ad7291b9234d93a7d0aeb57a727c88bf42448efd..92a44f475569330beb02e70c1820302f68d2514e 100644
--- a/tests/language/default_factory_library_test.dart
+++ b/tests/language/default_factory_library_test.dart
@@ -13,7 +13,7 @@ class B implements lib.A, C {
int methodB() { return 2; }
}
-abstract class C implements lib.A {
+class C {
// Referenced from an abstract class in another library
factory C.A () { return new B(); }
}
« no previous file with comments | « tests/language/crash_6725_test.dart ('k') | tests/language/default_factory_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698