modified test network to test exceptions during parsing of documentation

todo:
 - change to work wirh all exceptions
 - fix white space problems in the output text for Natspec

Conflicts:
	test/libsolidity/SolidityEndToEndTest.cpp
This commit is contained in:
Liana Husikyan 2015-06-17 15:05:52 +02:00
parent 43398adc99
commit e8aaedf97b

View File

@ -28,7 +28,6 @@
#include <libsolidity/Exceptions.h>
#include <libsolidity/InterfaceHandler.h>
using namespace std;
namespace dev