6c897ba077
Change-Id: I7f9227f3b00d84db5c29e8e5da88dba69def91cc Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/346760 Commit-Queue: Jens Johansen <jensj@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com>
8 lines
347 B
Dart
8 lines
347 B
Dart
// Copyright (c) 2016, 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:testing/src/run_tests.dart" as run_tests;
|
|
|
|
Future<void> main(List<String> arguments) => run_tests.main(arguments);
|