mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Adds fmtlib as 3rdparty dependency for easier string composition.
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
// ====
|
||||
// dialect: evmTyped
|
||||
// ----
|
||||
// TypeError 3781: (24-38): Expected a value of type "u256" but got "invalidType"
|
||||
// TypeError 3781: (24-38): Expected a value of type "u256" but got "invalidType".
|
||||
// TypeError 5473: (24-38): "invalidType" is not a valid type (user defined types are not yet supported).
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
// ====
|
||||
// dialect: ewasm
|
||||
// ----
|
||||
// TypeError 3781: (28-33): Expected a value of type "i32" but got "i64"
|
||||
// TypeError 3781: (46-51): Expected a value of type "i32" but got "i64"
|
||||
// TypeError 3781: (28-33): Expected a value of type "i32" but got "i64".
|
||||
// TypeError 3781: (46-51): Expected a value of type "i32" but got "i64".
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
// ====
|
||||
// dialect: evmTyped
|
||||
// ----
|
||||
// TypeError 3781: (24-33): Expected a value of type "u256" but got "bool"
|
||||
// TypeError 3781: (46-55): Expected a value of type "u256" but got "bool"
|
||||
// TypeError 3781: (24-33): Expected a value of type "u256" but got "bool".
|
||||
// TypeError 3781: (46-55): Expected a value of type "u256" but got "bool".
|
||||
|
||||
Reference in New Issue
Block a user