| Index: samples/tests/samples/proxy/mint_maker_promise_with_stubs_test_source.dart
|
| diff --git a/samples/tests/samples/src/proxy/MintMakerPromiseWithStubs_testSource.dart b/samples/tests/samples/proxy/mint_maker_promise_with_stubs_test_source.dart
|
| similarity index 97%
|
| rename from samples/tests/samples/src/proxy/MintMakerPromiseWithStubs_testSource.dart
|
| rename to samples/tests/samples/proxy/mint_maker_promise_with_stubs_test_source.dart
|
| index ec21d6a657ecb5fcd43676dec7d0417815935053..161722ccc8c11d066cb82a2ed08fff9ee145383a 100644
|
| --- a/samples/tests/samples/src/proxy/MintMakerPromiseWithStubs_testSource.dart
|
| +++ b/samples/tests/samples/proxy/mint_maker_promise_with_stubs_test_source.dart
|
| @@ -6,8 +6,8 @@
|
|
|
| #library("MintMakerPromiseWithStubsTest-generatedTest");
|
| #import("dart:isolate");
|
| -#import("../../../../proxy/promise.dart");
|
| -#import("../../../../../lib/unittest/unittest.dart");
|
| +#import("../../../proxy/promise.dart");
|
| +#import("../../../../lib/unittest/unittest.dart");
|
|
|
| interface Mint default MintImpl {
|
|
|
|
|