| Index: lib/src/frontend/timeout.dart
 | 
| diff --git a/lib/src/frontend/timeout.dart b/lib/src/frontend/timeout.dart
 | 
| index 78fea385fe775b667fdd6fb1a3571c51fa5c76d4..47ba09ebf1c9a9c07443ddea71a8f4be6346254d 100644
 | 
| --- a/lib/src/frontend/timeout.dart
 | 
| +++ b/lib/src/frontend/timeout.dart
 | 
| @@ -2,8 +2,6 @@
 | 
|  // for details. All rights reserved. Use of this source code is governed by a
 | 
|  // BSD-style license that can be found in the LICENSE file.
 | 
|  
 | 
| -library test.frontend.timeout;
 | 
| -
 | 
|  /// A class representing a modification to the default timeout for a test.
 | 
|  ///
 | 
|  /// By default, a test will time out after 30 seconds. With [new Timeout], that
 | 
| 
 |