| Index: packages/quiver/lib/testing/src/time/time.dart
|
| diff --git a/packages/quiver/lib/testing/src/time/time.dart b/packages/quiver/lib/testing/src/time/time.dart
|
| index 01049cfdd60c64b11f4b30fb161337c82f88ee82..46cc41f5c0acec11788a34aefaa81726ad509864 100644
|
| --- a/packages/quiver/lib/testing/src/time/time.dart
|
| +++ b/packages/quiver/lib/testing/src/time/time.dart
|
| @@ -14,15 +14,11 @@
|
|
|
| part of quiver.testing.time;
|
|
|
| -/**
|
| - * Returns the current test time in microseconds.
|
| - */
|
| +/// Returns the current test time in microseconds.
|
| typedef int Now();
|
|
|
| -/**
|
| - * A [Stopwatch] implementation that gets the current time in microseconds
|
| - * via a user-supplied function.
|
| - */
|
| +/// A [Stopwatch] implementation that gets the current time in microseconds
|
| +/// via a user-supplied function.
|
| class FakeStopwatch implements Stopwatch {
|
| Now _now;
|
| int frequency;
|
|
|