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
b1c17313
Unverified
Commit
b1c17313
authored
Aug 17, 2020
by
zichangg
Committed by
GitHub
Aug 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove TODOs added for HTTP abort() change in dart sdk (#63924)
parent
b2c0970a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
_binding_io.dart
packages/flutter_test/lib/src/_binding_io.dart
+0
-2
testbed.dart
packages/flutter_tools/test/src/testbed.dart
+0
-2
No files found.
packages/flutter_test/lib/src/_binding_io.dart
View file @
b1c17313
...
...
@@ -228,9 +228,7 @@ class _MockHttpRequest extends HttpClientRequest {
return
Future
<
HttpClientResponse
>.
value
(
_MockHttpResponse
());
}
// TODO(zichangguo): remove the ignore after the change in dart:io lands.
@override
// ignore: override_on_non_overriding_member
void
abort
([
Object
exception
,
StackTrace
stackTrace
])
{}
@override
...
...
packages/flutter_tools/test/src/testbed.dart
View file @
b1c17313
...
...
@@ -378,9 +378,7 @@ class FakeHttpClientRequest implements HttpClientRequest {
@override
void
writeln
([
Object
obj
=
''
])
{}
// TODO(zichangguo): remove the ignore after the change in dart:io lands.
@override
// ignore: override_on_non_overriding_member
void
abort
([
Object
exception
,
StackTrace
stackTrace
])
{}
}
...
...
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