diff --git a/test/test.js b/test/test.js index c55e701..284083f 100644 --- a/test/test.js +++ b/test/test.js @@ -558,4 +558,8 @@ function runTests() { assert(m.n, 'n'); }); }); + + test('System instanceof Loader', function(assert) { + assert(System instanceof Reflect.Loader, true); + }); }