blob: e3dbeea2018f62d08afd8299df13668c8e3f8199 [file] [log] [blame]
// Copyright (c) 2021, 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 'range_factory_test.dart' as range_factory;
import 'string_test.dart' as string;
void main() {
defineReflectiveSuite(() {
range_factory.main();
string.main();
});
}