| 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();
|
|
|
|
|