solidity/test/libsolidity/syntaxTests/constants
2019-08-16 17:14:49 +02:00
..
abi_encoding_constant.sol ABI encoding functions are pure and should be usable in constants. 2018-05-15 14:45:54 +02:00
addmod_mulmod_rational.sol Error on invalid arithmetic with constant expressions. 2018-04-11 21:17:10 +02:00
addmod_zero.sol Error on invalid arithmetic with constant expressions. 2018-04-11 21:17:10 +02:00
assign_constant_function_value.sol Only allow compile-time constants for constant state variables. 2018-07-03 23:03:26 +02:00
cyclic_dependency_1.sol Add source locations to syntax test expectations. 2018-04-10 14:08:22 +02:00
cyclic_dependency_2.sol Adjust tests. 2018-06-25 17:17:18 +02:00
cyclic_dependency_3.sol Add source locations to syntax test expectations. 2018-04-10 14:08:22 +02:00
cyclic_dependency_4.sol Adjust tests. 2018-06-25 17:17:18 +02:00
division_by_zero.sol Error on invalid arithmetic with constant expressions. 2018-04-11 21:17:10 +02:00
mod_div_rational.sol Compile succeeding syntax tests. 2019-08-16 17:14:49 +02:00
mod_zero.sol Error on invalid arithmetic with constant expressions. 2018-04-11 21:17:10 +02:00
mulmod_zero.sol Error on invalid arithmetic with constant expressions. 2018-04-11 21:17:10 +02:00
pure_non_rational.sol Add test to check ConstantEvaluator for pure non-rational functions. 2018-04-12 11:33:54 +02:00