blob: a4c4e715cc09854c5c777bcdaa91bdd2465ec0d9 [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 'arguments_test.dart' as arguments_test;
main() {
defineReflectiveSuite(() {
arguments_test.main();
}, name: 'command_line');
}