Skip to content

Commit a0323c7

Browse files
pqcommit-bot@chromium.org
authored andcommitted
convert test path (for windows)
Change-Id: I8abb8605d1161147ae6bbcdb2139767b2ad020a4 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/135621 Reviewed-by: Paul Berry <paulberry@google.com> Commit-Queue: Phil Quitslund <pquitslund@google.com>
1 parent c90fca7 commit a0323c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/analysis_server/test/client/completion_driver_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ project:${toUri('$projectPath/lib')}
177177
driver.filesErrors.forEach((file, fileErrors) {
178178
// Completion test files are likely to be incomplete and so may have
179179
// errors
180-
if (file != testFilePath) {
180+
if (file != convertPath(testFilePath)) {
181181
errors.addAll(fileErrors);
182182
}
183183
});

0 commit comments

Comments
 (0)