diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-05-30 16:17:02 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-06-25 19:26:16 +0800 |
commit | 555dc4f46fae9da72aaff70059686aa34172910b (patch) | |
tree | 1ddf934e9f56cbc2269b9ea40e294169b3f19699 /test | |
parent | b83f77e0e567b58c2ada831e526ad5bacfed8b40 (diff) | |
download | dexon-solidity-555dc4f46fae9da72aaff70059686aa34172910b.tar.gz dexon-solidity-555dc4f46fae9da72aaff70059686aa34172910b.tar.zst dexon-solidity-555dc4f46fae9da72aaff70059686aa34172910b.zip |
Remove Why3 generator
Diffstat (limited to 'test')
-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 053d880f..cf99755f 100644 --- a/test/fuzzer.cpp +++ b/test/fuzzer.cpp @@ -152,7 +152,6 @@ void testCompiler() "Exception during compilation", "Unknown exception during compilation", "Unknown exception while generating contract data output", - "Unknown exception while generating formal method output", "Unknown exception while generating source name output", "Unknown error while generating JSON" }); |