Update tests.

This commit is contained in:
chriseth
2021-10-06 13:55:38 +02:00
parent 5ecd2f2287
commit 96d50431bb
12 changed files with 19 additions and 19 deletions
@@ -3,4 +3,4 @@ contract C {
ufixed constant b = ufixed(4 ether / 3 hours);
}
// ----
// TypeError 7407: (32-49): Type rational_const 10000000000000000 / 27 is not implicitly convertible to expected type uint256.
// TypeError 7407: (32-49): Type rational_const 10000000000000000 / 27 is not implicitly convertible to expected type uint256. Rational number is fractional, use an explicit conversion instead.