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

Unified Diff: dart/tests/isolate/src/MintMakerPromiseTest.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 | « no previous file | dart/tests/language/src/BlackListedTest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/isolate/src/MintMakerPromiseTest.dart
diff --git a/dart/tests/isolate/src/MintMakerPromiseTest.dart b/dart/tests/isolate/src/MintMakerPromiseTest.dart
index 8a35f2238355af8c64498a477cc9bd4f0ec10cd7..2ebaf33eeecc47bd243c0f90e451901ea94729cb 100644
--- a/dart/tests/isolate/src/MintMakerPromiseTest.dart
+++ b/dart/tests/isolate/src/MintMakerPromiseTest.dart
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-interface Mint factory MintImpl {
+interface Mint default MintImpl {
Mint();
« no previous file with comments | « no previous file | dart/tests/language/src/BlackListedTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698