blob: 46f575f9a19bf07fafa793ef05b7a6966c3b7300 [file] [log] [blame]
// Copyright (c) 2018, 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 'correction/test_all.dart' as correction_all;
main() {
defineReflectiveSuite(() {
correction_all.main();
}, name: 'services');
}