| Index: tests/lib/mirrors/intercepted_superclass_test.dart | 
| diff --git a/tests/lib/mirrors/intercepted_superclass_test.dart b/tests/lib/mirrors/intercepted_superclass_test.dart | 
| index f683f6447a172e30ef75a5df0bcb580bc9301bf0..a7f48581865ee30953c775b88d2629a8866cf936 100644 | 
| --- a/tests/lib/mirrors/intercepted_superclass_test.dart | 
| +++ b/tests/lib/mirrors/intercepted_superclass_test.dart | 
| @@ -7,7 +7,7 @@ library test.intercepted_superclass_test; | 
| import 'dart:mirrors'; | 
| import 'package:expect/expect.dart'; | 
|  | 
| -check(ClassMirror cm){ | 
| +check(ClassMirror cm) { | 
| Expect.isTrue(cm is ClassMirror); | 
| Expect.isNotNull(cm); | 
| } | 
|  |