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

Unified Diff: dart/tests/language/src/InterfaceFactory3NegativeTest.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/InterfaceFactory3NegativeTest.dart
diff --git a/dart/tests/language/src/InterfaceFactory3NegativeTest.dart b/dart/tests/language/src/InterfaceFactory3NegativeTest.dart
index 524beb62cd356dcbe396ba9cc88877a7eb10209f..5350ecd2d259a530cfed5513b561ba382ed76474 100644
--- a/dart/tests/language/src/InterfaceFactory3NegativeTest.dart
+++ b/dart/tests/language/src/InterfaceFactory3NegativeTest.dart
@@ -5,7 +5,7 @@
// Test that a "default implementation" interface factory checks the
// arity of its declared constructor arguments
-interface Interface factory DefaultImplementation {
+interface Interface default DefaultImplementation {
Interface(int x, int y);
}
« no previous file with comments | « dart/tests/language/src/InterfaceFactory2NegativeTest.dart ('k') | dart/tests/language/src/InterfaceFactoryMultiTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698