Unverified Commit c0354999 authored by Liam Appelbe's avatar Liam Appelbe Committed by GitHub

Migrate packages/flutter_tools/test/web.shard (#110713)

parent 27896a7b
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// @dart = 2.8
import 'package:dwds/dwds.dart'; import 'package:dwds/dwds.dart';
import 'package:file/file.dart'; import 'package:file/file.dart';
import 'package:file/memory.dart'; import 'package:file/memory.dart';
...@@ -13,10 +11,10 @@ import 'package:flutter_tools/src/isolated/sdk_web_configuration.dart'; ...@@ -13,10 +11,10 @@ import 'package:flutter_tools/src/isolated/sdk_web_configuration.dart';
import '../src/common.dart'; import '../src/common.dart';
void main() { void main() {
FileSystem fileSystem; late FileSystem fileSystem;
group('Flutter SDK configuration for web', () { group('Flutter SDK configuration for web', () {
SdkConfiguration configuration; late SdkConfiguration configuration;
setUp(() async { setUp(() async {
fileSystem = MemoryFileSystem.test(); fileSystem = MemoryFileSystem.test();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment