| Index: samples/tests/samples/proxy/mint_maker_fully_isolated_test_source.dart
|
| diff --git a/samples/tests/samples/src/proxy/MintMakerFullyIsolated_testSource.dart b/samples/tests/samples/proxy/mint_maker_fully_isolated_test_source.dart
|
| similarity index 98%
|
| rename from samples/tests/samples/src/proxy/MintMakerFullyIsolated_testSource.dart
|
| rename to samples/tests/samples/proxy/mint_maker_fully_isolated_test_source.dart
|
| index cd56f3c632507d390e5fdabd64a03340409ab32d..82285167709a7a4373aa07c742428adf81dccc2f 100644
|
| --- a/samples/tests/samples/src/proxy/MintMakerFullyIsolated_testSource.dart
|
| +++ b/samples/tests/samples/proxy/mint_maker_fully_isolated_test_source.dart
|
| @@ -5,8 +5,8 @@
|
| // IsolateStubs=MintMakerFullyIsolatedTest.dart:Mint,Purse,PowerfulPurse
|
| #library("MintMakerFullyIsolatedTest-generatedTest");
|
| #import("dart:isolate");
|
| -#import("../../../../proxy/promise.dart");
|
| -#import("../../../../../lib/unittest/unittest.dart");
|
| +#import("../../../proxy/promise.dart");
|
| +#import("../../../../lib/unittest/unittest.dart");
|
|
|
| interface Purse default PurseImpl{
|
| Purse();
|
|
|