mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove empty settings.
This commit is contained in:
@@ -16,7 +16,6 @@ contract C {
|
||||
revert I.E(1, 2, 3);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// f() -> FAILURE, hex"002ff067", hex"0000000000000000000000000000000000000000000000000000000000000001"
|
||||
// g() -> FAILURE, hex"85208890", hex"0000000000000000000000000000000000000000000000000000000000000001", hex"0000000000000000000000000000000000000000000000000000000000000002"
|
||||
|
||||
@@ -6,6 +6,5 @@ contract C {
|
||||
revert E("abc", x);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// f() -> FAILURE, hex"59e4d4df", 0x40, 0x80, 3, "abc", 1, 7
|
||||
|
||||
Reference in New Issue
Block a user