mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
- changed implementation
- style fixes
This commit is contained in:
parent
e4eb40036b
commit
bc91464131
@ -5259,7 +5259,7 @@ BOOST_AUTO_TEST_CASE(array_out_of_bound_access)
|
||||
}
|
||||
}
|
||||
)";
|
||||
compileRequireThrow<CompilerError>(sourceCode);
|
||||
compileRequireThrow<TypeError>(sourceCode);
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_SUITE_END()
|
||||
|
Loading…
Reference in New Issue
Block a user