Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 548b2d6

Browse files
committed
repro for issue 1219
1 parent 75c2f17 commit 548b2d6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/animate/css_animate_spec.dart

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import 'dart:async';
44

55
import '../_specs.dart';
66

7-
main() {
7+
_main() {
88
describe('CssAnimate', () {
99
TestBed _;
1010
Animate animate;
@@ -100,6 +100,11 @@ main() {
100100
});
101101
}
102102

103+
main() {
104+
_main();
105+
_main();
106+
}
107+
103108
class MockAnimationLoop extends Mock implements AnimationLoop {
104109
num time = 0.0;
105110

0 commit comments

Comments
 (0)