blob: 5b2975f8309b5b005db3f45fcc0b6d724da95147 [file] [log] [blame]
// Copyright (c) 2015, 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 'strong/test_all.dart' as strong_mode_test_all;
main() {
defineReflectiveSuite(() {
strong_mode_test_all.main();
}, name: 'task');
}