Retry remove package:test from flutter (#24007)

This commit is contained in:
Jonah Williams
2018-11-06 10:48:34 -08:00
committed by GitHub
parent 23a7535a39
commit a43e3a4a2f
69 changed files with 614 additions and 807 deletions

View File

@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:test/test.dart' hide TypeMatcher, isInstanceOf;
import 'package:test_api/test_api.dart' hide TypeMatcher, isInstanceOf;
void main() {
test('Trivial test', () {