Merge pull request #7487 from ethereum/test_fix

Try/catch test fix
This commit is contained in:
chriseth 2019-10-01 13:39:52 +02:00 committed by GitHub
commit 634da933fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ contract C {
// ==== // ====
// EVMVersion: >=byzantium // EVMVersion: >=byzantium
// ---- // ----
// TypeError: (113-124): This variable is of storage pointer type and can be returned without prior assignment. // TypeError: (113-124): This variable is of storage pointer type and can be returned without prior assignment, which would lead to undefined behaviour.
// TypeError: (240-251): This variable is of storage pointer type and can be returned without prior assignment. // TypeError: (240-251): This variable is of storage pointer type and can be returned without prior assignment, which would lead to undefined behaviour.
// TypeError: (367-378): This variable is of storage pointer type and can be returned without prior assignment. // TypeError: (367-378): This variable is of storage pointer type and can be returned without prior assignment, which would lead to undefined behaviour.
// TypeError: (631-632): This variable is of storage pointer type and can be accessed without prior assignment. // TypeError: (631-632): This variable is of storage pointer type and can be accessed without prior assignment, which would lead to undefined behaviour.