| Index: tests/language_strong/compile_time_constant_test.dart
|
| diff --git a/tests/language_strong/compile_time_constant_test.dart b/tests/language_strong/compile_time_constant_test.dart
|
| index ae3333d35a77a0c08b927dbd62afffaa4d5de6e1..8c641bd3a304cd01658131e7ce64f617601298e8 100644
|
| --- a/tests/language_strong/compile_time_constant_test.dart
|
| +++ b/tests/language_strong/compile_time_constant_test.dart
|
| @@ -5,10 +5,10 @@
|
| class Bad {
|
| int foo;
|
| final int bar =
|
| - foo /// 01: compile-time error
|
| + foo //# 01: compile-time error
|
| -1;
|
| static const int toto =
|
| - bar /// 02: compile-time error
|
| + bar //# 02: compile-time error
|
| -3;
|
| }
|
|
|
|
|