 Chromium Code Reviews
 Chromium Code Reviews Issue 2771453003:
  Format all tests.  (Closed)
    
  
    Issue 2771453003:
  Format all tests.  (Closed) 
  | Index: tests/language/regress_27572_test.dart | 
| diff --git a/tests/language/regress_27572_test.dart b/tests/language/regress_27572_test.dart | 
| index 61cff0ee60a174600c0ec58021a88b041546e59f..17fb57f4e142910fb3671c44bbb6baa980ccc98b 100644 | 
| --- a/tests/language/regress_27572_test.dart | 
| +++ b/tests/language/regress_27572_test.dart | 
| @@ -11,7 +11,7 @@ import 'dart:collection' as col; | 
| main() { | 
| try { | 
| col.foobar(1234567); | 
| - } catch(e) { | 
| + } catch (e) { | 
| Expect.isTrue(e.toString().contains("1234567")); | 
| } | 
| } |