Chromium Code Reviews| Index: dart/pkg/compiler/lib/src/warnings.dart |
| diff --git a/dart/pkg/compiler/lib/src/warnings.dart b/dart/pkg/compiler/lib/src/warnings.dart |
| index d6945d2819ab634a6959fdecb21498602ebd525c..713a518c03cfdbafa028eaccd34a65862ae7a260 100644 |
| --- a/dart/pkg/compiler/lib/src/warnings.dart |
| +++ b/dart/pkg/compiler/lib/src/warnings.dart |
| @@ -4,7 +4,7 @@ |
| part of dart2js; |
| -const DONT_KNOW_HOW_TO_FIX = ""; |
| +const DONT_KNOW_HOW_TO_FIX = "Computer says no!"; |
| /** |
| * The messages in this file should meet the following guide lines: |