Chromium Code Reviews| Index: tests/language/final_param_test.dart |
| diff --git a/tests/language/final_param_test.dart b/tests/language/final_param_test.dart |
| index 56b02d9b7a82f5d4ac7db3f040fc0dfab2c50a51..e9cdda1dd123ec9b9e092992ffac0d1839f4e6c8 100644 |
| --- a/tests/language/final_param_test.dart |
| +++ b/tests/language/final_param_test.dart |
| @@ -5,7 +5,7 @@ |
| class A { |
| static void test(final x) { |
| - x = 2; // /// 01: static type warning, runtime error |
| + x = 2; // //# 01: static type warning, runtime error |
| } |
| } |