| Index: tests/language_strong/const_instance_field_test.dart
 | 
| diff --git a/tests/language_strong/const_instance_field_test.dart b/tests/language_strong/const_instance_field_test.dart
 | 
| index 5724c170474f9e6d4f87cb8bc72ac94386ad731f..6fc24937b9961657cc09bfdbc37eaf1be3d926fe 100644
 | 
| --- a/tests/language_strong/const_instance_field_test.dart
 | 
| +++ b/tests/language_strong/const_instance_field_test.dart
 | 
| @@ -5,7 +5,7 @@
 | 
|  // Test that const instance fields are compile-time errors.
 | 
|  
 | 
|  class C {
 | 
| -  const field = 0; /// 01: compile-time error
 | 
| +  const field = 0; //# 01: compile-time error
 | 
|  }
 | 
|  
 | 
|  void main() {
 | 
| 
 |