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

Unified Diff: dart/tests/language/src/DefaultImplementationTest.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
« no previous file with comments | « dart/tests/language/src/DefaultFactoryTest.dart ('k') | dart/tests/language/src/Factory2Test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/language/src/DefaultImplementationTest.dart
diff --git a/dart/tests/language/src/DefaultImplementationTest.dart b/dart/tests/language/src/DefaultImplementationTest.dart
index 937ba1e87ba235e0fb569712904aedd24a851f8f..a6647420a206de7dfcccd506fcea52828fe80e25 100644
--- a/dart/tests/language/src/DefaultImplementationTest.dart
+++ b/dart/tests/language/src/DefaultImplementationTest.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
// Dart test to verify that factory classes are working.
-interface Point factory PointImplementation {
+interface Point default PointImplementation {
Point(x, y);
final int x;
« no previous file with comments | « dart/tests/language/src/DefaultFactoryTest.dart ('k') | dart/tests/language/src/Factory2Test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698