Fix complex_reload_test on Windows
BUG= Review-Url: https://codereview.chromium.org/2743633006 .
This commit is contained in:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user