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