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