Commit 01afe5a6 authored by Adam Barth's avatar Adam Barth

Update loadVMFileHook to the real location

parent f77983ba
......@@ -14,14 +14,14 @@ import 'package:test/src/backend/metadata.dart';
import 'package:test/src/backend/test_platform.dart';
import 'package:test/src/runner/configuration.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/hack_load_vm_file_hook.dart' as hack;
import 'package:test/src/runner/vm/environment.dart';
import 'package:test/src/util/io.dart';
import 'package:test/src/util/remote_exception.dart';
void installHook() {
Loader.loadVMFileHook = _loadVMFile;
hack.loadVMFileHook = _loadVMFile;
}
final String _kSkyShell = Platform.environment['SKY_SHELL'];
......
......@@ -14,7 +14,7 @@ dependencies:
shelf: ^0.6.2
shelf_route: ^0.13.4
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.
executables:
......
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