| Index: frog/leg/warnings.dart
|
| diff --git a/frog/leg/warnings.dart b/frog/leg/warnings.dart
|
| index de2ee47123112ca76be22749eff4a249c5ec5bc1..8d77a67d4bd862cd4ef88996ba559e705e3e09e0 100644
|
| --- a/frog/leg/warnings.dart
|
| +++ b/frog/leg/warnings.dart
|
| @@ -116,7 +116,7 @@ class MessageKind {
|
| 'target of continue is not a loop or switch case');
|
|
|
| static final NOT_A_COMPILE_TIME_CONSTANT = const MessageKind(
|
| - '#{1} cannot be used as compile-time constant');
|
| + 'not a compile-time constant');
|
|
|
| static final NO_SUCH_LIBRARY_MEMBER = const MessageKind(
|
| '#{1} has no member named #{2}');
|
|
|