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

Unified Diff: dart/tests/language/src/InterfaceFactory1NegativeTest.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/InterfaceFactory1NegativeTest.dart
diff --git a/dart/tests/language/src/InterfaceFactory1NegativeTest.dart b/dart/tests/language/src/InterfaceFactory1NegativeTest.dart
index c882db06402b497e0fad3c7002154a875a2e4518..d352b1fa46e935d7a6acded7b623c1641eeb9870 100644
--- a/dart/tests/language/src/InterfaceFactory1NegativeTest.dart
+++ b/dart/tests/language/src/InterfaceFactory1NegativeTest.dart
@@ -5,7 +5,7 @@
// Test that a "default implementation" interface factory only
// provides the constructors declared in the interface.
-interface Interface factory DefaultImplementation {
+interface Interface default DefaultImplementation {
Interface.some_name();
}
« no previous file with comments | « dart/tests/language/src/FactoryNegativeTest.dart ('k') | dart/tests/language/src/InterfaceFactory2NegativeTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698