| Index: utils/tests/pub/lock_file_test.dart
|
| ===================================================================
|
| --- utils/tests/pub/lock_file_test.dart (revision 13683)
|
| +++ utils/tests/pub/lock_file_test.dart (working copy)
|
| @@ -17,7 +17,7 @@
|
| final String name = 'mock';
|
| final bool shouldCache = false;
|
|
|
| - void validateDescription(String description, [bool fromLockFile=false]) {
|
| + void validateDescription(String description, {bool fromLockFile: false}) {
|
| if (!description.endsWith(' desc')) throw new FormatException();
|
| }
|
|
|
|
|