blob: 8f19fb9bf5a9ba8c62db538596e7c9a0f3072b3c [file] [log] [blame]
// Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:test_reflective_loader/test_reflective_loader.dart';
import 'api_test.dart' as api_test;
import 'migration_visitor_test.dart' as migration_visitor_test;
main() {
defineReflectiveSuite(() {
migration_visitor_test.main();
api_test.main();
});
}