Chromium Code Reviews| Index: runtime/bin/builtin.dart |
| =================================================================== |
| --- runtime/bin/builtin.dart (revision 7724) |
| +++ runtime/bin/builtin.dart (working copy) |
| @@ -146,7 +146,7 @@ |
| var right = 'package:$path'; |
| var wrong = 'package://$path'; |
| - throw "URIs using the 'package:' scheme should look like " + |
| + throw "URIs using the 'package:' scheme should look like " |
| "'$right', not '$wrong'."; |
| } |