| Index: runtime/lib/error.dart
|
| ===================================================================
|
| --- runtime/lib/error.dart (revision 5311)
|
| +++ runtime/lib/error.dart (working copy)
|
| @@ -12,7 +12,7 @@
|
| static _throwNew(int assertionStart, int assertionEnd)
|
| native "AssertionError_throwNew";
|
| String toString() {
|
| - return "'$url': Failed assertion: line $line pos $column: " +
|
| + return "'$url': Failed assertion: line $line pos $column: "
|
| "'$failedAssertion' is not true.";
|
| }
|
| final String failedAssertion;
|
| @@ -74,7 +74,7 @@
|
| "StaticResolutionException can only be allocated by the VM");
|
| }
|
|
|
| - String toString() => "Unresolved static method: url '$url' line $line " +
|
| + String toString() => "Unresolved static method: url '$url' line $line "
|
| "pos $column\n$failedResolutionLine\n";
|
|
|
| static _throwNew(int token_pos) native "StaticResolutionException_throwNew";
|
|
|