Skip to content

Commit 530f775

Browse files
nicolasstuckijchyb
andauthored
Update compiler/test/dotty/tools/backend/jvm/InlineBytecodeTests.scala
Co-authored-by: Jan Chyb <[email protected]>
1 parent b87ff4b commit 530f775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/backend/jvm/InlineBytecodeTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ class InlineBytecodeTests extends DottyBytecodeTest {
812812
)
813813

814814
assert(instructions == expected,
815-
"`i was not properly beta-reduced in `test`\n" + diffInstructions(instructions, expected))
815+
"`i was not properly inlined in `test`\n" + diffInstructions(instructions, expected))
816816

817817
}
818818
}

0 commit comments

Comments
 (0)