it(".new", function() {
      expect(function() {
        SCInteger.new();
      }).to.throw("should use literals");
    });