| Index: tests/dartino_compiler/incremental/dartino_vm_tester.dart
|
| diff --git a/tests/dartino_compiler/incremental/dartino_vm_tester.dart b/tests/dartino_compiler/incremental/dartino_vm_tester.dart
|
| index 83f3e5ab77aa1d4665453e86fa0364bddf54d861..93aafce19cbc997c36db8fb3c31bacc266eff447 100644
|
| --- a/tests/dartino_compiler/incremental/dartino_vm_tester.dart
|
| +++ b/tests/dartino_compiler/incremental/dartino_vm_tester.dart
|
| @@ -215,6 +215,7 @@ class DartinoVmTester extends IncrementalTestRunner {
|
| throw new StateError(
|
| "Expected ProcessTerminated, but got: $response");
|
| }
|
| + vmContext.terminate();
|
| }
|
| await vmContext.runCommand(const commands_lib.SessionEnd());
|
| await vmContext.shutdown();
|
|
|