approvals / ApprovalTests.cpp

Native ApprovalTests for C++ on Linux, Mac and Windows
https://approvaltestscpp.readthedocs.io/en/latest/
Apache License 2.0
318 stars 51 forks source link

Fix mac release comments #45

Closed claremacrae closed 5 years ago

claremacrae commented 5 years ago

Fix bug that releases done on Mac began with:

// Approval Tests version v.5.1.0n// More information at: https://github.com/approvals/ApprovalTests.cppn#include <string>
#include <fstream>

For example, see https://github.com/approvals/ApprovalTests.cpp/releases/tag/v.5.1.0

Releases now can only be done on Mac for now.