| Index: tests/lib/mirrors/constructor_private_name_test.dart | 
| diff --git a/tests/lib/mirrors/constructor_private_name_test.dart b/tests/lib/mirrors/constructor_private_name_test.dart | 
| index c0db651a9f705703b686cf6fe316fac7d21602ec..bb68ec0fc2623ff4668d1ff348f9f059568c2309 100644 | 
| --- a/tests/lib/mirrors/constructor_private_name_test.dart | 
| +++ b/tests/lib/mirrors/constructor_private_name_test.dart | 
| @@ -6,6 +6,7 @@ library test.constructors_test; | 
|  | 
| // Regression test for C1 bug. | 
|  | 
| +@MirrorsUsed(targets: "test.constructors_test") | 
| import 'dart:mirrors'; | 
|  | 
| import 'package:expect/expect.dart'; | 
|  |