describe("SCInt32Array", function() {

    it("#valueOf", function() {
      var instance, test;
      var expected = new Int32Array([ 0, -1, 0 ]);