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

Unified Diff: dart/tests/language/src/InterfaceFactory2NegativeTest.dart

Issue 8958011: One more factory -> default pass. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years 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: dart/tests/language/src/InterfaceFactory2NegativeTest.dart
diff --git a/dart/tests/language/src/InterfaceFactory2NegativeTest.dart b/dart/tests/language/src/InterfaceFactory2NegativeTest.dart
index a154255239ad24b732118b71bf8244f5a60d849c..f43c4d8611c283e48c562323e3a203566622161c 100644
--- a/dart/tests/language/src/InterfaceFactory2NegativeTest.dart
+++ b/dart/tests/language/src/InterfaceFactory2NegativeTest.dart
@@ -5,7 +5,7 @@
// Test that a "factory provider" interface factory only
// provides the constructors declared in the interface.
-interface Interface factory FactoryProvider {
+interface Interface default FactoryProvider {
Interface.some_name(var secret);
}
« no previous file with comments | « dart/tests/language/src/InterfaceFactory1NegativeTest.dart ('k') | dart/tests/language/src/InterfaceFactory3NegativeTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698