Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
c0354999
Unverified
Commit
c0354999
authored
Sep 06, 2022
by
Liam Appelbe
Committed by
GitHub
Sep 06, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrate packages/flutter_tools/test/web.shard (#110713)
parent
27896a7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
sdk_web_configuration_test.dart
...tter_tools/test/web.shard/sdk_web_configuration_test.dart
+2
-4
No files found.
packages/flutter_tools/test/web.shard/sdk_web_configuration_test.dart
View file @
c0354999
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment