From 677ad02e60525e0573ca4e0df99940cd306eed67 Mon Sep 17 00:00:00 2001 From: Abhishek Ghaskata Date: Wed, 28 Apr 2021 07:35:05 +0530 Subject: [PATCH] Migrate non_nullable to null safety (#81109) --- dev/integration_tests/non_nullable/test/test_test.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/dev/integration_tests/non_nullable/test/test_test.dart b/dev/integration_tests/non_nullable/test/test_test.dart index 9e262993cc..ff73de4945 100644 --- a/dev/integration_tests/non_nullable/test/test_test.dart +++ b/dev/integration_tests/non_nullable/test/test_test.dart @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// @dart = 2.8 import 'package:flutter_test/flutter_test.dart'; void main() {