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
44fbf746
Unverified
Commit
44fbf746
authored
Apr 09, 2018
by
Ian Hickson
Committed by
GitHub
Apr 09, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor code cleanup (#16237)
parent
da4e06bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
flutter_platform.dart
packages/flutter_tools/lib/src/test/flutter_platform.dart
+1
-3
runner.dart
packages/flutter_tools/lib/src/test/runner.dart
+1
-1
No files found.
packages/flutter_tools/lib/src/test/flutter_platform.dart
View file @
44fbf746
...
...
@@ -66,8 +66,7 @@ void installHook({
int
observatoryPort
,
InternetAddressType
serverType:
InternetAddressType
.
IP_V4
,
})
{
if
(
startPaused
||
observatoryPort
!=
null
)
assert
(
enableObservatory
);
assert
(!
enableObservatory
||
(!
startPaused
&&
observatoryPort
==
null
));
hack
.
registerPlatformPlugin
(
<
Runtime
>[
Runtime
.
vm
],
()
=>
new
_FlutterPlatform
(
...
...
@@ -705,7 +704,6 @@ void main() {
'--enable-dart-profiling'
,
'--non-interactive'
,
'--use-test-fonts'
,
// '--enable-txt', // enable this to test libtxt rendering
'--packages=
$packages
'
,
testPath
,
]);
...
...
packages/flutter_tools/lib/src/test/runner.dart
View file @
44fbf746
...
...
@@ -16,7 +16,7 @@ import '../base/process_manager.dart';
import
'../base/terminal.dart'
;
import
'../dart/package_map.dart'
;
import
'../globals.dart'
;
import
'
../test/
flutter_platform.dart'
as
loader
;
import
'flutter_platform.dart'
as
loader
;
import
'watcher.dart'
;
/// Runs tests using package:test and the Flutter engine.
...
...
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