Skip to content
  • LRN's avatar
    Force binary mode for stdout in printf tests · ce1e32ec
    LRN authored
    This allows test calls to produce output with \n
    line separators on Windows, instead of \r\n.
    Reduces the number of ifdefs, since all checks
    can be done against one template on all platforms.
    ce1e32ec