diff options
author | chriseth <c@ethdev.com> | 2017-02-25 02:31:39 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2017-02-25 02:32:44 +0800 |
commit | 8877d4a7819a589d41b87e10237fa281e453a604 (patch) | |
tree | 0b43a6e65a92b174cac4be9a347c3729e5facdec | |
parent | 7a24a5764edf728f0caa14e7aa8f832d7e6f42e3 (diff) | |
download | dexon-solidity-8877d4a7819a589d41b87e10237fa281e453a604.tar.gz dexon-solidity-8877d4a7819a589d41b87e10237fa281e453a604.tar.zst dexon-solidity-8877d4a7819a589d41b87e10237fa281e453a604.zip |
Compiler error is not a failure.
-rw-r--r-- | test/fuzzer.cpp | 1 |
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", |