From 6e4e41de83ebfc754e62aa2ecb8935bbb6955b6b Mon Sep 17 00:00:00 2001 From: John McCutchan Date: Fri, 10 Mar 2017 13:24:37 -0800 Subject: [PATCH] Fix complex_reload_test on Windows BUG= Review-Url: https://codereview.chromium.org/2743633006 . --- runtime/observatory/tests/service/complex_reload_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/observatory/tests/service/complex_reload_test.dart b/runtime/observatory/tests/service/complex_reload_test.dart index 0f470f55f9e..9590708cbb2 100644 --- a/runtime/observatory/tests/service/complex_reload_test.dart +++ b/runtime/observatory/tests/service/complex_reload_test.dart @@ -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'));