| Index: tools/testing/legpad/legpad.dart
|
| diff --git a/tools/testing/legpad/legpad.dart b/tools/testing/legpad/legpad.dart
|
| index b9c58ce232733d9c68edfc5ccdf153ea58f4fef8..e6f0d2affb1a3d189917bdb1a7e27880e8b069c4 100644
|
| --- a/tools/testing/legpad/legpad.dart
|
| +++ b/tools/testing/legpad/legpad.dart
|
| @@ -23,7 +23,7 @@ void main() {
|
| class Legpad {
|
| // id of script element containing name of the main dart file
|
| // to compile
|
| - static final String MAIN_ID = "main_id";
|
| + static const String MAIN_ID = "main_id";
|
|
|
| Legpad() : warnings = new StringBuffer();
|
|
|
|
|