| Index: sdk/lib/_internal/compiler/implementation/util/util.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/util/util.dart b/sdk/lib/_internal/compiler/implementation/util/util.dart
|
| index 3e60f245870f6bc1d6be5f097bc6b03860d663ea..2638fd84173295ccfd875579754940fb7ea10795 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/util/util.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/util/util.dart
|
| @@ -35,7 +35,7 @@ class SpannableAssertionFailure {
|
| final String message;
|
| SpannableAssertionFailure(this.node, this.message);
|
|
|
| - String toString() => 'Compiler crashed: $message.';
|
| + String toString() => 'Compiler crashed: $message';
|
| }
|
|
|
| /**
|
|
|