diff options
author | LianaHus <liana@ethdev.com> | 2015-09-09 23:15:23 +0800 |
---|---|---|
committer | LianaHus <liana@ethdev.com> | 2015-09-15 17:40:19 +0800 |
commit | bc914641318a70dada6cd4c8223f95efeb919771 (patch) | |
tree | 1c00820eb215cf823089f965f5ae387a4f0b08b3 /test/libsolidity/SolidityEndToEndTest.cpp | |
parent | e4eb40036b67b17462e28401447fa3db61c9b4cd (diff) | |
download | dexon-solidity-bc914641318a70dada6cd4c8223f95efeb919771.tar dexon-solidity-bc914641318a70dada6cd4c8223f95efeb919771.tar.gz dexon-solidity-bc914641318a70dada6cd4c8223f95efeb919771.tar.bz2 dexon-solidity-bc914641318a70dada6cd4c8223f95efeb919771.tar.lz dexon-solidity-bc914641318a70dada6cd4c8223f95efeb919771.tar.xz dexon-solidity-bc914641318a70dada6cd4c8223f95efeb919771.tar.zst dexon-solidity-bc914641318a70dada6cd4c8223f95efeb919771.zip |
- changed implementation
- style fixes
Diffstat (limited to 'test/libsolidity/SolidityEndToEndTest.cpp')
-rw-r--r-- | test/libsolidity/SolidityEndToEndTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libsolidity/SolidityEndToEndTest.cpp b/test/libsolidity/SolidityEndToEndTest.cpp index 1ad57fb9..21e21018 100644 --- a/test/libsolidity/SolidityEndToEndTest.cpp +++ b/test/libsolidity/SolidityEndToEndTest.cpp @@ -5259,7 +5259,7 @@ BOOST_AUTO_TEST_CASE(array_out_of_bound_access) } } )"; - compileRequireThrow<CompilerError>(sourceCode); + compileRequireThrow<TypeError>(sourceCode); } BOOST_AUTO_TEST_SUITE_END() |