| Index: tests/language/call_nonexistent_static_test.dart
 | 
| diff --git a/tests/language/call_nonexistent_static_test.dart b/tests/language/call_nonexistent_static_test.dart
 | 
| index 92662c3b160de3b4239595af0778a82fc404c3a8..d68935b0edd79449710845b7877604e6a25da5a1 100644
 | 
| --- a/tests/language/call_nonexistent_static_test.dart
 | 
| +++ b/tests/language/call_nonexistent_static_test.dart
 | 
| @@ -71,32 +71,32 @@ main() {
 | 
|    expectNsme(alwaysThrows);
 | 
|    expectNsme(
 | 
|      test01 // //# 01: continued
 | 
| -  );
 | 
| +      );
 | 
|    expectNsme(
 | 
|      test02 // //# 02: continued
 | 
| -  );
 | 
| +      );
 | 
|    expectNsme(
 | 
|      test03 // //# 03: continued
 | 
| -  );
 | 
| +      );
 | 
|    expectNsme(
 | 
|      test04 // //# 04: continued
 | 
| -  );
 | 
| +      );
 | 
|    expectNsme(
 | 
|      test05 // //# 05: continued
 | 
| -  );
 | 
| +      );
 | 
|    expectNsme(
 | 
|      test06 // //# 06: continued
 | 
| -  );
 | 
| +      );
 | 
|    expectNsme(
 | 
|      test07 // //# 07: continued
 | 
| -  );
 | 
| +      );
 | 
|    expectNsme(
 | 
|      test08 // //# 08: continued
 | 
| -  );
 | 
| +      );
 | 
|    expectNsme(
 | 
|      test09 // //# 09: continued
 | 
| -  );
 | 
| +      );
 | 
|    expectNsme(
 | 
|      test10 // //# 10: continued
 | 
| -  );
 | 
| +      );
 | 
|  }
 | 
| 
 |