mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 09:43:08 +00:00
e9f7cab5ca
Change-Id: Ieec55a99e9020f8f3962654e07518726d9f66fc4 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/249540 Commit-Queue: Devon Carew <devoncarew@google.com> Reviewed-by: Alexander Thomas <athom@google.com>
10 lines
336 B
Dart
Executable file
10 lines
336 B
Dart
Executable file
#!/usr/bin/env dart
|
|
// Copyright (c) 2018, 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_runner/test_runner.dart';
|
|
|
|
void main(List<String> args) {
|
|
runTests(args);
|
|
}
|