| Index: test/generated_sdk/lib/internal/symbol.dart
|
| diff --git a/test/generated_sdk/lib/internal/symbol.dart b/test/generated_sdk/lib/internal/symbol.dart
|
| index 6437f012d4aa1d05ee85254f055e75c5bc3a5c74..7978aef173247a52eb40bc29e97a070caabc13a0 100644
|
| --- a/test/generated_sdk/lib/internal/symbol.dart
|
| +++ b/test/generated_sdk/lib/internal/symbol.dart
|
| @@ -98,7 +98,6 @@ class Symbol implements core.Symbol {
|
| static final RegExp symbolPattern = new RegExp(
|
| '^(?:$operatorRE\$|$identifierRE(?:=?\$|[.](?!\$)))+?\$');
|
|
|
| - @patch
|
| const Symbol(String name)
|
| : this._name = name;
|
|
|
|
|