mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add error for windows.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user