| Index: tests/language/syntax_test.dart
|
| diff --git a/tests/language/syntax_test.dart b/tests/language/syntax_test.dart
|
| index 7f7b21bda1008a20c0e71dc69a126d88bd074db9..51b6f448e5a5bd6a31595371ef45ce1e335fc321 100644
|
| --- a/tests/language/syntax_test.dart
|
| +++ b/tests/language/syntax_test.dart
|
| @@ -250,7 +250,7 @@ class Bad {
|
| }
|
|
|
| class C {
|
| - void f; /// 66: compile-time error
|
| - static void g; /// 67: compile-time error
|
| + void f; // /// 66: compile-time error
|
| + static void g; // /// 67: compile-time error
|
| }
|
|
|
|
|