mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Test updates.
This commit is contained in:
@@ -15,7 +15,7 @@ ufixed64x2 constant h = ufixed64x2(-1);
|
||||
// TypeError 2326: (78-84): Type rational_const -1123 / 1000 is not implicitly convertible to expected type ufixed64x2. Try converting to type fixed16x3 or use an explicit conversion.
|
||||
// TypeError 7407: (110-111): Type int_const 1 is not implicitly convertible to expected type fixed64x28.
|
||||
// TypeError 7407: (137-139): Type int_const -1 is not implicitly convertible to expected type fixed64x28.
|
||||
// TypeError 4426: (167-170): Type rational_const 1 / 3 is not implicitly convertible to expected type ufixed256x77, but it can be explicitly converted.
|
||||
// TypeError 7407: (167-170): Type rational_const 1 / 3 is not implicitly convertible to expected type ufixed256x77.
|
||||
// TypeError 7407: (198-200): Type int_const -1 is not implicitly convertible to expected type ufixed256x77.
|
||||
// TypeError 9640: (250-266): Explicit type conversion not allowed from "int_const 18446744073709551616" to "fixed64x2". Value is too large.
|
||||
// TypeError 9640: (292-306): Explicit type conversion not allowed from "int_const -1" to "ufixed64x2". Value is too small.
|
||||
|
||||
Reference in New Issue
Block a user