| Index: tests/isolate/compile_time_error_test.dart
|
| diff --git a/tests/isolate/compile_time_error_test.dart b/tests/isolate/compile_time_error_test.dart
|
| index 8450630e8101229c3819981a37a480844106a658..4ce66401e0fc672427b36281f7a41be4b00a3236 100644
|
| --- a/tests/isolate/compile_time_error_test.dart
|
| +++ b/tests/isolate/compile_time_error_test.dart
|
| @@ -14,7 +14,7 @@ class TestClass {
|
| TestClass.named(num this.fld1)
|
| // Should cause a compilation error (for the spawned isolate). It is a
|
| // runtime error for the test.
|
| - : fld2 = this.fld1 /// 01: compile-time error
|
| + : fld2 = this.fld1 //# 01: compile-time error
|
| ;
|
| num fld1;
|
| num fld2;
|
|
|