aboutsummaryrefslogtreecommitdiffstats
path: root/test/fuzzer.cpp
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2017-02-25 02:31:39 +0800
committerchriseth <c@ethdev.com>2017-02-25 02:32:44 +0800
commit8877d4a7819a589d41b87e10237fa281e453a604 (patch)
tree0b43a6e65a92b174cac4be9a347c3729e5facdec /test/fuzzer.cpp
parent7a24a5764edf728f0caa14e7aa8f832d7e6f42e3 (diff)
downloaddexon-solidity-8877d4a7819a589d41b87e10237fa281e453a604.tar.gz
dexon-solidity-8877d4a7819a589d41b87e10237fa281e453a604.tar.zst
dexon-solidity-8877d4a7819a589d41b87e10237fa281e453a604.zip
Compiler error is not a failure.
Diffstat (limited to 'test/fuzzer.cpp')
-rw-r--r--test/fuzzer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/fuzzer.cpp b/test/fuzzer.cpp
index 85a8fe99..f957d4ed 100644
--- a/test/fuzzer.cpp
+++ b/test/fuzzer.cpp
@@ -67,7 +67,6 @@ int main()
for (Json::Value const& error: outputJson["errors"])
{
string invalid = contains(error.asString(), vector<string>{
- "Compiler error",
"Internal compiler error",
"Exception during compilation",
"Unknown exception during compilation",