Skip to content

Commit b44849e

Browse files
authored
Update matcher contents post bump in dart sdk. (flutter#695)
https://dart.googlesource.com/sdk/+/6f45c8534ee65e05f8aea53a80339d0a0a7056e4 introduced more files
1 parent dd18826 commit b44849e

File tree

1 file changed

+13
-0
lines changed
  • build/secondary/third_party/dart/third_party/pkg/matcher

1 file changed

+13
-0
lines changed

build/secondary/third_party/dart/third_party/pkg/matcher/BUILD.gn

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,26 @@ dart_library("matcher") {
1919
deps = [ "//third_party/dart/third_party/pkg/stack_trace" ]
2020

2121
sources = [
22+
"expect.dart",
2223
"matcher.dart",
2324
"mirror_matchers.dart",
2425
"src/core_matchers.dart",
2526
"src/custom_matcher.dart",
2627
"src/description.dart",
2728
"src/equals_matcher.dart",
2829
"src/error_matchers.dart",
30+
"src/expect/async_matcher.dart",
31+
"src/expect/expect.dart",
32+
"src/expect/expect_async.dart",
33+
"src/expect/future_matchers.dart",
34+
"src/expect/never_called.dart",
35+
"src/expect/prints_matcher.dart",
36+
"src/expect/stream_matcher.dart",
37+
"src/expect/stream_matchers.dart",
38+
"src/expect/throws_matcher.dart",
39+
"src/expect/throws_matchers.dart",
40+
"src/expect/util/placeholder.dart",
41+
"src/expect/util/pretty_print.dart",
2942
"src/feature_matcher.dart",
3043
"src/having_matcher.dart",
3144
"src/interfaces.dart",

0 commit comments

Comments
 (0)