mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:44:27 +00:00
c739cbfd7b
The check normalises newlines from "actualContents", but "expectedContents" could also contain \r\n on Windows (at least it does for me), so this just normalises both. The additional await/async is to prevent "Test failed after it already completed" warnings because this code is inside the call to test() (and not wrapping it, like the other .main() calls in the file). Change-Id: Iac034efaf1a8a6dad4a21dc67a2dfdb74092dd22 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/307301 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Brian Wilkerson <brianwilkerson@google.com> |
||
---|---|---|
.. | ||
lib | ||
analysis_options.yaml | ||
OWNERS | ||
pubspec.yaml | ||
README.md |
A set of utilities used by the tools in several analyzer-related packages.
Not meant to be published.