Skip to content

Commit 1c82425

Browse files
committed
Fix paths again
1 parent 8ac0cb9 commit 1c82425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dwds/test/fixtures/project.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class TestProject {
2424
/// The top level directory in which we run the test server, e.g.
2525
/// "/tmp/_testSound".
2626
String get absolutePackageDirectory =>
27-
_fixturesCopy.absolute.uri.resolve(packageDirectory).path;
27+
p.join(_fixturesCopy.absolute.path, packageDirectory);
2828

2929
/// The directory to build and serve, e.g. "example".
3030
String get directoryToServe => p.split(webAssetsPath).first;

0 commit comments

Comments
 (0)