Skip to content

Commit 8d55dff

Browse files
committed
remove the export directive from test package
1 parent 58e0027 commit 8d55dff

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

test/model_test.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,10 +286,6 @@ void main() {
286286
expect(Apple.mixins, hasLength(0));
287287
});
288288

289-
test('implementors', () {
290-
expect(Apple.implementors, hasLength(1));
291-
});
292-
293289
test('mixins not private', () {
294290
expect(F.mixins, hasLength(0));
295291
});

test_package/lib/fake.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ library fake;
4343
import 'dart:async';
4444

4545
import 'example.dart';
46-
export 'example.dart' show B;
4746

4847
/// Useful for annotations.
4948
class Annotation {

0 commit comments

Comments
 (0)