| Index: tests/compiler/dart2js_native/native_field_rename_2_frog_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_field_rename_2_frog_test.dart b/tests/compiler/dart2js_native/native_field_rename_2_frog_test.dart
|
| index aade187a32946843385d8840a8147de1429f425f..d96514289844252faad5ced98616853b584035ac 100644
|
| --- a/tests/compiler/dart2js_native/native_field_rename_2_frog_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_field_rename_2_frog_test.dart
|
| @@ -37,7 +37,7 @@ A makeA() native;
|
| X makeX() native;
|
|
|
| void setup() native """
|
| -// This code is all inside 'setup' and so not accesible from the global scope.
|
| +// This code is all inside 'setup' and so not accessible from the global scope.
|
| function A(){ this.key = 111; }
|
| A.prototype.getKey = function(){return this.key;};
|
|
|
|
|