mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Added error codes to SyntaxTest expectations (updated tests)
This commit is contained in:
@@ -10,4 +10,4 @@ library L2 {
|
||||
function g(uint) public pure returns (uint) { return 2; }
|
||||
}
|
||||
// ----
|
||||
// TypeError: (88-93): Libraries cannot call their own functions externally.
|
||||
// TypeError 6700: (88-93): Libraries cannot call their own functions externally.
|
||||
|
||||
Reference in New Issue
Block a user