| Index: tests/language/no_main_test.dart
|
| diff --git a/tests/language/no_main_test.dart b/tests/language/no_main_test.dart
|
| index 24e5b37118b7a5e4cb2b5dbdce522937cc4a536d..0700b65c53e65fba4f05910fdc18d1cbe550d9f8 100644
|
| --- a/tests/language/no_main_test.dart
|
| +++ b/tests/language/no_main_test.dart
|
| @@ -2,6 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -/* /// 01: static type warning, runtime error
|
| +/* //# 01: static type warning, runtime error
|
| main() {}
|
| -*/ /// 01: continued
|
| +*/ //# 01: continued
|
|
|