Remove arguments to runInIsolate utility (#1169)
The `resolver` argument was only used from external packages which can be migrated off this utility. The `checked` argument was only used to allow `spawnHybrid` APIs to run code without asserts, but we want all test code to run with asserts, including server side utilities.
Showing
- pkgs/test_core/CHANGELOG.md 4 additions, 0 deletionspkgs/test_core/CHANGELOG.md
- pkgs/test_core/lib/src/runner/vm/platform.dart 1 addition, 1 deletionpkgs/test_core/lib/src/runner/vm/platform.dart
- pkgs/test_core/lib/src/util/dart.dart 9 additions, 15 deletionspkgs/test_core/lib/src/util/dart.dart
- pkgs/test_core/pubspec.yaml 1 addition, 1 deletionpkgs/test_core/pubspec.yaml
Loading
Please register or sign in to comment