8 lines
138 B
Dart
8 lines
138 B
Dart
import '../../test_suite_stub.dart'
|
|
if (dart.library.io) 'ios_mobile_shell_suite.dart'
|
|
as suite;
|
|
|
|
void main() {
|
|
suite.main();
|
|
}
|