Skip to content

Commit e5cdd6d

Browse files
committed
Attempt to fix the windows bot
Change-Id: I0fbe011399826002e805fda58d3d8a8f3d6693dd Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/416021 Reviewed-by: Samuel Rawlins <[email protected]> Auto-Submit: Brian Wilkerson <[email protected]>
1 parent 8de6939 commit e5cdd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/analysis_server/test/abstract_single_unit.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class AbstractSingleUnitTest extends AbstractContextTest {
5050
var unitResult = libraryResult?.unitWithPath(file.path);
5151
unitResult ??= await super.getResolvedUnit(file);
5252

53-
if (file.path == testFilePath) {
53+
if (file.path == convertPath(testFilePath)) {
5454
testLibraryResult = libraryResult;
5555
testAnalysisResult = unitResult;
5656
testUnit = unitResult.unit;

0 commit comments

Comments
 (0)