| Index: tests/language/const_named_test.dart | 
| diff --git a/tests/language/const_named_test.dart b/tests/language/const_named_test.dart | 
| index 94b559861f5603cc55fb8e2dc731d77f09f8a58c..919551ac413b1ca35dc1fad84793fd9fb101dc26 100644 | 
| --- a/tests/language/const_named_test.dart | 
| +++ b/tests/language/const_named_test.dart | 
| @@ -3,8 +3,6 @@ | 
| // BSD-style license that can be found in the LICENSE file. | 
| // Check that const constructors work with named arguments. | 
|  | 
| -import "package:expect/expect.dart"; | 
| - | 
| main() { | 
| var d = const Duration(milliseconds: 499); | 
| Expect.equals(499, d.inMilliseconds); | 
|  |