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
01afe5a6
Commit
01afe5a6
authored
Aug 21, 2015
by
Adam Barth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update loadVMFileHook to the real location
parent
f77983ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
loader.dart
packages/flutter_tools/lib/src/test/loader.dart
+2
-2
pubspec.yaml
packages/flutter_tools/pubspec.yaml
+1
-1
No files found.
packages/flutter_tools/lib/src/test/loader.dart
View file @
01afe5a6
...
@@ -14,14 +14,14 @@ import 'package:test/src/backend/metadata.dart';
...
@@ -14,14 +14,14 @@ import 'package:test/src/backend/metadata.dart';
import
'package:test/src/backend/test_platform.dart'
;
import
'package:test/src/backend/test_platform.dart'
;
import
'package:test/src/runner/configuration.dart'
;
import
'package:test/src/runner/configuration.dart'
;
import
'package:test/src/runner/load_exception.dart'
;
import
'package:test/src/runner/load_exception.dart'
;
import
'package:test/src/runner/loader.dart'
;
import
'package:test/src/runner/runner_suite.dart'
;
import
'package:test/src/runner/runner_suite.dart'
;
import
'package:test/src/runner/hack_load_vm_file_hook.dart'
as
hack
;
import
'package:test/src/runner/vm/environment.dart'
;
import
'package:test/src/runner/vm/environment.dart'
;
import
'package:test/src/util/io.dart'
;
import
'package:test/src/util/io.dart'
;
import
'package:test/src/util/remote_exception.dart'
;
import
'package:test/src/util/remote_exception.dart'
;
void
installHook
(
)
{
void
installHook
(
)
{
Loader
.
loadVMFileHook
=
_loadVMFile
;
hack
.
loadVMFileHook
=
_loadVMFile
;
}
}
final
String
_kSkyShell
=
Platform
.
environment
[
'SKY_SHELL'
];
final
String
_kSkyShell
=
Platform
.
environment
[
'SKY_SHELL'
];
...
...
packages/flutter_tools/pubspec.yaml
View file @
01afe5a6
...
@@ -14,7 +14,7 @@ dependencies:
...
@@ -14,7 +14,7 @@ dependencies:
shelf
:
^0.6.2
shelf
:
^0.6.2
shelf_route
:
^0.13.4
shelf_route
:
^0.13.4
shelf_static
:
^0.2.3
shelf_static
:
^0.2.3
test
:
^0.12.0
test
:
"
>=0.12.4+5
<0.12.5"
# Add the bin/sky_tools.dart script to the scripts pub installs.
# Add the bin/sky_tools.dart script to the scripts pub installs.
executables
:
executables
:
...
...
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