Skip to content

Commit

Permalink
Migrate dart_doctest_runner.dart to null safety.
Browse files Browse the repository at this point in the history
Change-Id: I6406e7c7306e2149c4e556d11bc9167bced67046
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/341322
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
  • Loading branch information
stereotype441 authored and Commit Queue committed Dec 14, 2023
1 parent 7a84a7e commit 47e6eaa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/front_end/tool/dart_doctest_runner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// 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.

// @dart = 2.9

import 'dart_doctest_impl.dart';

Future<void> main(List<String> args) async {
Expand Down

0 comments on commit 47e6eaa

Please sign in to comment.