diff options
author | chriseth <chris@ethereum.org> | 2018-10-15 18:51:50 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-10-15 18:51:50 +0800 |
commit | 0664772ece60749e606ee94eb073206340cbb08c (patch) | |
tree | f91e0bca8d83e536a3a1d65f219af78acb24e395 /test | |
parent | b2b845d6def4d28215c5d591589555bd8f4ea6ab (diff) | |
download | dexon-solidity-0664772ece60749e606ee94eb073206340cbb08c.tar.gz dexon-solidity-0664772ece60749e606ee94eb073206340cbb08c.tar.zst dexon-solidity-0664772ece60749e606ee94eb073206340cbb08c.zip |
Some renaming leftovers.
Diffstat (limited to 'test')
-rw-r--r-- | test/libyul/yulOptimizerTests/fullInliner/inside_condition.yul | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libyul/yulOptimizerTests/fullInliner/inside_condition.yul b/test/libyul/yulOptimizerTests/fullInliner/inside_condition.yul index ae25e9a3..76b6054b 100644 --- a/test/libyul/yulOptimizerTests/fullInliner/inside_condition.yul +++ b/test/libyul/yulOptimizerTests/fullInliner/inside_condition.yul @@ -1,4 +1,4 @@ -// This tests that breaking the expression inside the condition works properly. +// This tests that splitting the expression inside the condition works properly. { if gt(f(mload(1)), mload(0)) { sstore(0, 2) |