Skip to content

Commit 302c49e

Browse files
committed
allow timer use
1 parent 43baf12 commit 302c49e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/test/shared/timer_import_test.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ void main() {
4949

5050
// Uses timer to track event loop latencies.
5151
'lib/tool/utils/event_loop_tracker.dart',
52+
53+
// Uses timer to implement delays
54+
'lib/task/clock_control.dart',
5255
};
5356

5457
test('Timer is used only with a permitted pattern', () {

0 commit comments

Comments
 (0)