| Index: tests/language/src/NativeClassIsCheck2FrogTest.dart
|
| diff --git a/tests/language/src/NativeClassIsCheck2FrogTest.dart b/tests/language/src/NativeClassIsCheck2FrogTest.dart
|
| index df2ae81abc24d3a3096ffeefedef01c5cfc41658..ca1d03602eec41299218097312cd7538f895ff63 100644
|
| --- a/tests/language/src/NativeClassIsCheck2FrogTest.dart
|
| +++ b/tests/language/src/NativeClassIsCheck2FrogTest.dart
|
| @@ -24,6 +24,7 @@ void setup() native """
|
| function A(){}
|
| A.prototype.read = function() { return this._x; };
|
| A.prototype.write = function(x) { this._x = x; };
|
| +makeA = function(){return new A};
|
| """;
|
|
|
| // Dart implementation must coexist with native implementation.
|
|
|