Skip to content

Commit 39326eb

Browse files
committed
Remove unnecessary currentDirectory set
1 parent f141fa9 commit 39326eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dwds/test/fixtures/context.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ class TestContext {
137137
TestDebugSettings debugSettings = const TestDebugSettings.noDevTools(),
138138
}) async {
139139
try {
140-
DartUri.currentDirectory = p.current;
141140
// Build settings to return from load strategy.
142141
final buildSettings = TestBuildSettings(
143142
appEntrypoint: project.dartEntryFilePackageUri,

0 commit comments

Comments
 (0)