commit | 53f4eedadc51a201976319421b6ac6708ab63179 | [log] [tgz] |
---|---|---|
author | Nate Bosch <nbosch1@gmail.com> | Tue Sep 01 15:17:24 2020 -0700 |
committer | GitHub <noreply@github.com> | Tue Sep 01 15:17:24 2020 -0700 |
tree | 18030a76abbebe063c31175be9f23ba9abf6084f | |
parent | eaf1432ca7d383252f9548b8dbfa88c69f7d69f1 [diff] |
Remove unused dep on package:stack_trace (dart-lang/test_descriptor#26)
diff --git a/pkgs/test_descriptor/pubspec.yaml b/pkgs/test_descriptor/pubspec.yaml index 08a3192..0931981 100644 --- a/pkgs/test_descriptor/pubspec.yaml +++ b/pkgs/test_descriptor/pubspec.yaml
@@ -13,7 +13,6 @@ matcher: '^0.12.0' meta: '^1.1.7' path: '^1.0.0' - stack_trace: '^1.0.0' test: '^1.6.0' term_glyph: '^1.0.0'