aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/libyul/yulOptimizerTests/fullInliner/inside_condition.yul2
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)