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-07-16 13:57:56 +02:00
parent 43398adc99
commit e8aaedf97b
-1
View File
@@ -28,7 +28,6 @@
#include <libsolidity/Exceptions.h>
#include <libsolidity/InterfaceHandler.h>
using namespace std;
namespace dev