xworkmate-app/test/runtime/runtime_bootstrap_test.dart

8 lines
136 B
Dart

import '../test_suite_stub.dart'
if (dart.library.io) 'runtime_bootstrap_suite.dart'
as suite;
void main() {
suite.main();
}