diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2014-12-13 05:16:51 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2014-12-13 05:16:51 +0800 |
commit | ba3d2b43ae095df7fcbdfab0e22d8587963a9450 (patch) | |
tree | 97fb102f838427159a3c3d17f060725eb31d203c /vm.cpp | |
parent | dd309de94c2cd6a5d77be877e4f30b5a70d725f5 (diff) | |
download | dexon-solidity-ba3d2b43ae095df7fcbdfab0e22d8587963a9450.tar.gz dexon-solidity-ba3d2b43ae095df7fcbdfab0e22d8587963a9450.tar.zst dexon-solidity-ba3d2b43ae095df7fcbdfab0e22d8587963a9450.zip |
Added recursive create test + lesser output for safe VM exceptions
Diffstat (limited to 'vm.cpp')
-rw-r--r-- | vm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -311,7 +311,7 @@ void doVMTests(json_spirit::mValue& v, bool _fillin) } catch (VMException const& _e) { - cnote << "VM did throw an exception: " << diagnostic_information(_e); + cnote << "Safe VM Exception"; vmExceptionOccured = true; } catch (Exception const& _e) |