mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix a test for unicode direction override failing because of Windows line endings
This commit is contained in:
parent
e347545597
commit
34e21c929a
@ -1,10 +1,10 @@
|
|||||||
contract TimelockUpgrade {
|
contract TimelockUpgrade {
|
||||||
function confirmUpgrade() external {
|
function confirmUpgrade() external {
|
||||||
uint256 m;
|
uint256 m;
|
||||||
uint256 d;
|
uint256 d;
|
||||||
(/*year*/,/*month*/,d/*yad*/,m/*hour*/,/*minute*/,/*second*/) = BokkyDateTime.timestampToDateTime(block.timestamp);
|
(/*year*/,/*month*/,d/*yad*/,m/*hour*/,/*minute*/,/*second*/) = BokkyDateTime.timestampToDateTime(block.timestamp);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ----
|
// ----
|
||||||
// ParserError 8936: (128-139): Mismatching directional override markers in comment or string literal.
|
// ParserError 8936: (124-135): Mismatching directional override markers in comment or string literal.
|
||||||
|
Loading…
Reference in New Issue
Block a user