| Index: sky/tools/shelldb
|
| diff --git a/sky/tools/shelldb b/sky/tools/shelldb
|
| index d3512329641fa83cb1afe27234489f1e9837c78c..026ec97c26bc29b48887b299a0fca3f2ed371bca 100755
|
| --- a/sky/tools/shelldb
|
| +++ b/sky/tools/shelldb
|
| @@ -47,6 +47,9 @@ _IGNORED_PATTERNS = [
|
| re.compile(r'^\[error\] Native functions can only be declared in'),
|
| # TODO: Remove this once dev SDK includes Uri.directory constructor.
|
| re.compile(r'.*The class \'Uri\' does not have a constructor \'directory\''),
|
| + # TODO: Remove this once Sky no longer generates this warning.
|
| + # dartbug.com/22836
|
| + re.compile(r'.*cannot both be unnamed'),
|
| ]
|
|
|
| # This 'strict dictionary' approach is useful for catching typos.
|
|
|