| Index: tests/compiler/dart2js_native/native_field_name_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_field_name_test.dart b/tests/compiler/dart2js_native/native_field_name_test.dart
|
| index c1bb4269fd3d8e578c7fba41fe1ee2f45af13012..5d1e7bc45ad2210cbfc83e97350e9aa59a79eb08 100644
|
| --- a/tests/compiler/dart2js_native/native_field_name_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_field_name_test.dart
|
| @@ -23,7 +23,7 @@ function getter() {
|
| function setter(x) {
|
| this.getValue += 10;
|
| }
|
| -
|
| +
|
| function A(){
|
| var a = Object.create(
|
| { constructor: { name: 'A'}},
|
|
|