aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLianaHus <liana@ethdev.com>2015-09-09 23:15:23 +0800
committerLianaHus <liana@ethdev.com>2015-09-15 17:40:19 +0800
commitbc914641318a70dada6cd4c8223f95efeb919771 (patch)
tree1c00820eb215cf823089f965f5ae387a4f0b08b3 /test
parente4eb40036b67b17462e28401447fa3db61c9b4cd (diff)
downloaddexon-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')
-rw-r--r--test/libsolidity/SolidityEndToEndTest.cpp2
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()