| Index: tests/compiler/dart2js/patch_test.dart
|
| ===================================================================
|
| --- tests/compiler/dart2js/patch_test.dart (revision 13754)
|
| +++ tests/compiler/dart2js/patch_test.dart (working copy)
|
| @@ -44,11 +44,11 @@
|
| Element ensure(compiler,
|
| String name,
|
| Element lookup(name),
|
| - [bool isPatched = false,
|
| - bool isPatch = false,
|
| - bool isMethod = true,
|
| - bool isGetter = false,
|
| - bool isFound = true]) {
|
| + {bool isPatched: false,
|
| + bool isPatch: false,
|
| + bool isMethod: true,
|
| + bool isGetter: false,
|
| + bool isFound: true}) {
|
| var element = lookup(buildSourceString(name));
|
| if (!isFound) {
|
| Expect.isNull(element);
|
|
|