| Index: tests/html/js_test.dart
|
| diff --git a/tests/html/js_test.dart b/tests/html/js_test.dart
|
| index c55408160edbfa98e06e68a0a7752aaec1b680b0..c429cd89bec50d0a4e702eb227b0d982708ae8ad 100644
|
| --- a/tests/html/js_test.dart
|
| +++ b/tests/html/js_test.dart
|
| @@ -515,8 +515,6 @@ main() {
|
|
|
| test('pass Array to JS', () {
|
| context['a'] = [1, 2, 3];
|
| - expect(context.callMethod('isPropertyInstanceOf',
|
| - ['a', context['Array']]), isTrue);
|
| var a = context['a'];
|
| expect(a, new isInstanceOf<List>());
|
| expect(a, isNot(new isInstanceOf<JsArray>()));
|
|
|