Add error for windows.

This commit is contained in:
Alexander Arlt 2021-03-24 19:39:34 -05:00
parent 6eac77aea2
commit f61b00aca1

View File

@ -27,6 +27,10 @@
using namespace std;
using namespace solidity::frontend::test;
#ifdef _WIN32
#error "ERROR: This is a big fat error!!!11"
#endif
TestCaseReader::TestCaseReader(string const& _filename):
m_file(_filename)
{