Skip to content

Commit

Permalink
Update matcher contents post bump in dart sdk. (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
aam authored Mar 21, 2023
1 parent dd18826 commit b44849e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions build/secondary/third_party/dart/third_party/pkg/matcher/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,26 @@ dart_library("matcher") {
deps = [ "//third_party/dart/third_party/pkg/stack_trace" ]

sources = [
"expect.dart",
"matcher.dart",
"mirror_matchers.dart",
"src/core_matchers.dart",
"src/custom_matcher.dart",
"src/description.dart",
"src/equals_matcher.dart",
"src/error_matchers.dart",
"src/expect/async_matcher.dart",
"src/expect/expect.dart",
"src/expect/expect_async.dart",
"src/expect/future_matchers.dart",
"src/expect/never_called.dart",
"src/expect/prints_matcher.dart",
"src/expect/stream_matcher.dart",
"src/expect/stream_matchers.dart",
"src/expect/throws_matcher.dart",
"src/expect/throws_matchers.dart",
"src/expect/util/placeholder.dart",
"src/expect/util/pretty_print.dart",
"src/feature_matcher.dart",
"src/having_matcher.dart",
"src/interfaces.dart",
Expand Down

0 comments on commit b44849e

Please sign in to comment.