| Index: tests/compiler/dart2js_native/abstract_class_test.dart
|
| diff --git a/tests/compiler/dart2js_native/abstract_class_test.dart b/tests/compiler/dart2js_native/abstract_class_test.dart
|
| index 0b74fc3afb30a99f2e5df0b7cacc583c8ac172c5..e9bfd402817e63e5b50d9597025d46feda2dcd62 100644
|
| --- a/tests/compiler/dart2js_native/abstract_class_test.dart
|
| +++ b/tests/compiler/dart2js_native/abstract_class_test.dart
|
| @@ -22,7 +22,7 @@ makeA() native;
|
| makeB() 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(){}
|
| function B(){}
|
| B.prototype.foo = function() { return 'B.foo'; };
|
|
|