 Chromium Code Reviews
 Chromium Code Reviews Issue 2771453003:
  Format all tests.  (Closed)
    
  
    Issue 2771453003:
  Format all tests.  (Closed) 
  | Index: tests/language_strong/switch8_test.dart | 
| diff --git a/tests/language_strong/switch8_test.dart b/tests/language_strong/switch8_test.dart | 
| index fd3b5ccff6f8e9a77f97112a7f76192b823d6a41..d2f9122190124201b59f68e06f4bf5620877ebd3 100644 | 
| --- a/tests/language_strong/switch8_test.dart | 
| +++ b/tests/language_strong/switch8_test.dart | 
| @@ -11,6 +11,7 @@ class A { | 
| main() { | 
| switch (new List(1)[0]) { | 
| - case const A(): throw 'Test failed'; | 
| + case const A(): | 
| + throw 'Test failed'; | 
| } | 
| } |