Browse Source

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
cl-refactor
Liana Husikyan 10 years ago
parent
commit
62c43a2db0
  1. 1
      libsolidity/Parser.cpp

1
libsolidity/Parser.cpp

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

Loading…
Cancel
Save