blob: d5179bd405b64a7ca23b0c9e97fe771eae906f80 [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 'rewrite_cascade_test.dart' as rewrite_cascade;
main() {
defineReflectiveSuite(() {
rewrite_cascade.main();
}, name: 'dart_style');
}