From e8aaedf97b766d2bf91556a063dfcaec8223fd75 Mon Sep 17 00:00:00 2001 From: Liana Husikyan Date: Wed, 17 Jun 2015 15:05:52 +0200 Subject: [PATCH] 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 --- Parser.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Parser.cpp b/Parser.cpp index 7ca1a40d3..fbf8478df 100644 --- a/Parser.cpp +++ b/Parser.cpp @@ -28,7 +28,6 @@ #include #include - using namespace std; namespace dev