| Index: tests/corelib/duration_test.dart
|
| diff --git a/tests/corelib/duration_test.dart b/tests/corelib/duration_test.dart
|
| index 51d65c333ce003b12353b1ba862fc28ffdbbf977..611161549e9310e9c62c0845e46943ffe2d07dcc 100644
|
| --- a/tests/corelib/duration_test.dart
|
| +++ b/tests/corelib/duration_test.dart
|
| @@ -2,6 +2,8 @@
|
| // 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.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| main() {
|
| Duration d;
|
| d = new Duration(days: 1);
|
|
|