Skip to content

Commit

Permalink
Version 3.5.0-109.0.dev
Browse files Browse the repository at this point in the history
Merge 5b2ea0c into dev
  • Loading branch information
Dart CI committed Apr 27, 2024
2 parents 40ddded + 5b2ea0c commit 9eb838f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkg/test_runner/lib/src/static_error.dart
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ class StaticError implements Comparable<StaticError> {
///
/// Takes into account unspecified errors and errors without lengths.
bool _matchLocation(StaticError actual) {
if (path != actual.path) return false;
if (line != actual.line) return false;

// Ignore column and length for unspecified errors.
Expand Down
2 changes: 1 addition & 1 deletion tools/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ CHANNEL dev
MAJOR 3
MINOR 5
PATCH 0
PRERELEASE 108
PRERELEASE 109
PRERELEASE_PATCH 0

0 comments on commit 9eb838f

Please sign in to comment.