We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc64335 commit 24a17a7Copy full SHA for 24a17a7
webdev/test/integration_test.dart
@@ -10,7 +10,7 @@ import 'package:test/test.dart';
10
import 'package:test_descriptor/test_descriptor.dart' as d;
11
import 'package:test_process/test_process.dart';
12
13
-final _webdevBin = p.absolute('bin/webdev.dart');
+final _webdevBin = p.absolute(p.join('bin', 'webdev.dart'));
14
15
/// The path to the root directory of the SDK.
16
final String _sdkDir = (() {
0 commit comments