Update tests for empty structs

This commit is contained in:
Alex Beregszaszi 2018-03-31 00:27:01 +01:00
parent acd6ec0d03
commit 076c0754ea
2 changed files with 2 additions and 0 deletions

View File

@ -9,5 +9,6 @@ contract C {
}
}
// ----
// Warning: Defining empty structs is deprecated.
// TypeError: This type cannot be encoded.
// TypeError: This type cannot be encoded.

View File

@ -9,6 +9,7 @@ contract C {
}
}
// ----
// Warning: Defining empty structs is deprecated.
// TypeError: This type cannot be encoded.
// TypeError: This type cannot be encoded.
// TypeError: This type cannot be encoded.