| Index: tests/compiler/dart2js/source_map_name_test.dart
|
| diff --git a/tests/compiler/dart2js/source_map_name_test.dart b/tests/compiler/dart2js/source_map_name_test.dart
|
| index 413efd309a3e8c3b3263e2e6b3330002226af491..c2b3f4ea34a7301a6edb783562b929ba6f2db40c 100644
|
| --- a/tests/compiler/dart2js/source_map_name_test.dart
|
| +++ b/tests/compiler/dart2js/source_map_name_test.dart
|
| @@ -104,7 +104,7 @@ main() {
|
| if (lookupName == null) {
|
| lookupName = expectedName;
|
| }
|
| - var element = lookup(lookupName);
|
| + dynamic element = lookup(lookupName);
|
| check(element, expectedName);
|
| if (element.isConstructor) {
|
| var constructorBody =
|
|
|