blob: d4620d4e3e4f51539b097aa9ed73a8f6f324d777 [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;
void main() {
defineReflectiveSuite(() {
range_factory.main();
});
}