mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
workaround failing windows test
Review-Url: https://codereview.chromium.org/2669513003 .
This commit is contained in:
parent
da3c566869
commit
663f2dc5d6
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ linter:
|
|||
AnalysisOptions options = builder.getAnalysisOptions(
|
||||
resourceProvider.convertPath('/some/directory/path'));
|
||||
// TODO(danrubel) fix on Windows
|
||||
if (resourceProvider.absolutePathContext.separator != r'/') {
|
||||
if (resourceProvider.absolutePathContext.separator != r'\') {
|
||||
_expectEqualOptions(options, expected);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue