| Index: tests/language/src/NativeClassIsCheck1FrogTest.dart
|
| diff --git a/tests/language/src/NativeClassIsCheck1FrogTest.dart b/tests/language/src/NativeClassIsCheck1FrogTest.dart
|
| index dad44c7c11818325707b6c9a7526efee600a3863..535dcec43ccce9c3cfb58c0c54f715fe7a70b977 100644
|
| --- a/tests/language/src/NativeClassIsCheck1FrogTest.dart
|
| +++ b/tests/language/src/NativeClassIsCheck1FrogTest.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};
|
| """;
|
|
|
| class B {}
|
|
|