| Index: tests/compiler/dart2js_extra/constant_javascript_semantics3_test.dart
 | 
| diff --git a/tests/compiler/dart2js_extra/constant_javascript_semantics3_test.dart b/tests/compiler/dart2js_extra/constant_javascript_semantics3_test.dart
 | 
| index 0fba325d9e980824ff9a7c5c91862deadfa9a4d4..4fd4128d9bd041a736025453168d78b4709a13bb 100644
 | 
| --- a/tests/compiler/dart2js_extra/constant_javascript_semantics3_test.dart
 | 
| +++ b/tests/compiler/dart2js_extra/constant_javascript_semantics3_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";
 | 
| +
 | 
|  // Make sure we use JavaScript semantics when compiling compile-time constants.
 | 
|  // In this case we test that the value-range analysis uses JavaScript semantics
 | 
|  // too.
 | 
| 
 |