From 47e6eaad5ee72348dca33775144f36b5a9337bd2 Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Thu, 14 Dec 2023 14:29:26 +0000 Subject: [PATCH] Migrate dart_doctest_runner.dart to null safety. Change-Id: I6406e7c7306e2149c4e556d11bc9167bced67046 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/341322 Reviewed-by: Johnni Winther Commit-Queue: Paul Berry --- pkg/front_end/tool/dart_doctest_runner.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/front_end/tool/dart_doctest_runner.dart b/pkg/front_end/tool/dart_doctest_runner.dart index 7791e66cad9b..874106a3a250 100644 --- a/pkg/front_end/tool/dart_doctest_runner.dart +++ b/pkg/front_end/tool/dart_doctest_runner.dart @@ -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 main(List args) async {