blob: 506cc8a446f46ba210136a372b2bfc736abe2d72 [file] [log] [blame]
// Copyright (c) 2022, 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 'legacy/test_all.dart' as legacy;
void main() {
defineReflectiveSuite(() {
legacy.main();
}, name: 'refactoring');
}