| Index: tests/dartino_tests/multiprogram_tests.dart
|
| diff --git a/tests/fletch_tests/multiprogram_tests.dart b/tests/dartino_tests/multiprogram_tests.dart
|
| similarity index 97%
|
| rename from tests/fletch_tests/multiprogram_tests.dart
|
| rename to tests/dartino_tests/multiprogram_tests.dart
|
| index c1b2e0970ed30bdbd4820837b31b62f133c04a80..471034aceb8f8720ff256b7804c18247638deaee 100644
|
| --- a/tests/fletch_tests/multiprogram_tests.dart
|
| +++ b/tests/dartino_tests/multiprogram_tests.dart
|
| @@ -13,7 +13,7 @@ import 'dart:io' show
|
| import 'package:expect/expect.dart' show
|
| Expect;
|
|
|
| -import '../fletchc/run.dart' show
|
| +import '../dartino_compiler/run.dart' show
|
| export;
|
|
|
| import 'utils.dart' show
|
| @@ -119,7 +119,7 @@ Future runTest(String mode, List testNamesWithExitCodes, {int duplicate}) {
|
| ..add(mode)
|
| ..addAll(snapshotsExitcodeTuples);
|
|
|
| - // Run all the snapshots inside one fletch vm.
|
| + // Run all the snapshots inside one dartino vm.
|
| print("Running $multiprogramRunner ${arguments.join(' ')}");
|
| ProcessResult result = await Process.run(multiprogramRunner, arguments);
|
| print("Done running $multiprogramRunner ${arguments.join(' ')}:");
|
|
|