Attempt to fix the windows bot

Change-Id: Id1743f8998c2cb2553b5cfed801e9caef9c1d7c9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/274264
Auto-Submit: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
Brian Wilkerson 2022-12-08 02:20:17 +00:00 committed by Commit Queue
parent 2dbd64bb29
commit 8569d24f3e

View file

@ -539,7 +539,7 @@ int variableToMove = 3;
// apply the changes.
expect(content[expectedNewFilePath], newFileContent);
if (modifiedOtherFileContent != null) {
expect(content[otherFilePath!], modifiedOtherFileContent);
expect(content[convertPath(otherFilePath!)], modifiedOtherFileContent);
}
}
}