| Index: samples/tests/samples/src/proxy/MintMakerPromiseTest.dart
|
| diff --git a/tests/isolate/src/MintMakerPromiseTest.dart b/samples/tests/samples/src/proxy/MintMakerPromiseTest.dart
|
| similarity index 98%
|
| rename from tests/isolate/src/MintMakerPromiseTest.dart
|
| rename to samples/tests/samples/src/proxy/MintMakerPromiseTest.dart
|
| index 2ebaf33eeecc47bd243c0f90e451901ea94729cb..c11b3586632990f6fd0418ff157e12437a64704b 100644
|
| --- a/tests/isolate/src/MintMakerPromiseTest.dart
|
| +++ b/samples/tests/samples/src/proxy/MintMakerPromiseTest.dart
|
| @@ -2,6 +2,9 @@
|
| // 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.
|
|
|
| +#library("MintMakerPromiseTest");
|
| +#import("../../../../proxy/promise.dart");
|
| +
|
| interface Mint default MintImpl {
|
|
|
| Mint();
|
|
|