[test] Update tests to include location string.

This commit is contained in:
Alexander Arlt
2022-04-01 23:41:18 -05:00
parent d4c02f2270
commit 0783ad9000
2684 changed files with 5877 additions and 5877 deletions
@@ -4,4 +4,4 @@ contract C {
}
}
// ----
// TypeError 4994: (66-72): Member "push" is not available in uint256[] calldata outside of storage.
// TypeError 4994: (66-72='x.push'): Member "push" is not available in uint256[] calldata outside of storage.
@@ -5,4 +5,4 @@ contract C {
}
}
// ----
// TypeError 4994: (72-78): Member "push" is not available in uint256[] memory outside of storage.
// TypeError 4994: (72-78='x.push'): Member "push" is not available in uint256[] memory outside of storage.
@@ -7,4 +7,4 @@ contract C {
}
}
// ----
// TypeError 8871: (131-141): Storage arrays with nested mappings do not support .push(<arg>).
// TypeError 8871: (131-141='array.push'): Storage arrays with nested mappings do not support .push(<arg>).