Fix complex_reload_test on Windows

BUG=

Review-Url: https://codereview.chromium.org/2743633006 .
This commit is contained in:
John McCutchan
2017-03-10 13:24:37 -08:00
parent 100b6d2ae4
commit 6e4e41de83
@@ -15,7 +15,7 @@ import 'package:unittest/unittest.dart';
// Chop off the file name.
String baseDirectory =
path.dirname(Platform.script.path) + Platform.pathSeparator;
path.dirname(Platform.script.path) + '/';
Uri baseUri = Platform.script.replace(path: baseDirectory);
Uri spawnUri = baseUri.resolveUri(Uri.parse('complex_reload/v1/main.dart'));