Skip to content

Commit

Permalink
Remove typed_mock
Browse files Browse the repository at this point in the history
Bug: #32271
Change-Id: I32d7708f269b9618f6a031f0323f5cea646066f3
Reviewed-on: https://dart-review.googlesource.com/42862
Reviewed-by: Kevin Moore <kevmoo@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
  • Loading branch information
scheglov authored and commit-bot@chromium.org committed Feb 21, 2018
1 parent ebd16bd commit fae3a83
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 1,069 deletions.
1 change: 0 additions & 1 deletion .packages
Expand Up @@ -101,7 +101,6 @@ test_reflective_loader:third_party/pkg/test_reflective_loader/lib
testing:pkg/testing/lib
tuple:third_party/pkg/tuple/lib
typed_data:third_party/pkg/typed_data/lib
typed_mock:pkg/typed_mock/lib
unittest:third_party/pkg/unittest/lib
usage:third_party/pkg/usage/lib
utf:third_party/pkg/utf/lib
Expand Down
1 change: 0 additions & 1 deletion pkg/dev_compiler/tool/build_pkgs.dart
Expand Up @@ -81,7 +81,6 @@ Future main(List<String> arguments) async {
await compileModule('meta');
if (isTravis) {
await compileModule('microlytics', libs: ['html_channels']);
await compileModule('typed_mock');
}

// Under third_party/pkg.
Expand Down
1 change: 0 additions & 1 deletion pkg/pkg.status
Expand Up @@ -52,7 +52,6 @@ vm/testcases/*: SkipByDesign # These are not tests but input for tests.

[ $compiler == dart2analyzer ]
dev_compiler/test/options/*: SkipByDesign
typed_mock/test/typed_mock_test: StaticWarning

[ $compiler != dart2analyzer ]
analyzer/test/src/summary/summarize_fasta_test: RuntimeError, Slow
Expand Down
26 changes: 0 additions & 26 deletions pkg/typed_mock/LICENSE

This file was deleted.

214 changes: 0 additions & 214 deletions pkg/typed_mock/README.md

This file was deleted.

0 comments on commit fae3a83

Please sign in to comment.