| Index: tests/compiler/dart2js_foreign/native_call_arity1_test.dart
 | 
| diff --git a/tests/compiler/dart2js_foreign/native_call_arity1_test.dart b/tests/compiler/dart2js_foreign/native_call_arity1_test.dart
 | 
| index 2ae3917b057db1f8d12410e14f5a12cd830ac653..1476be5bb25ba70f8a0606a2212b7726f4649f17 100644
 | 
| --- a/tests/compiler/dart2js_foreign/native_call_arity1_test.dart
 | 
| +++ b/tests/compiler/dart2js_foreign/native_call_arity1_test.dart
 | 
| @@ -10,6 +10,7 @@
 | 
|  // * Named arguments are passed in the correct position, so require preceding
 | 
|  // arguments to be passed.
 | 
|  
 | 
| +import "package:expect/expect.dart";
 | 
|  import 'native_metadata.dart';
 | 
|  
 | 
|  @Native("*A")
 | 
| 
 |