We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 579de32 + 7373d6c commit ddf2799Copy full SHA for ddf2799
tests/idempotency/IdempotencyCheck.scala
@@ -53,7 +53,7 @@ object IdempotencyCheck {
53
val tastyBytes1 = JFiles.readAllBytes(tasty1)
54
val tastyBytes2 = JFiles.readAllBytes(tasty2)
55
if (java.util.Arrays.equals(tastyBytes1, tastyBytes2))
56
- println(s"Idempotency test failed between $class1 and $class1 (same tasty)")
+ println(s"Idempotency test failed between $class1 and $class2 (same tasty)")
57
else
58
println(s"Idempotency test failed between $tasty1 and $tasty2")
59
/* Dump bytes to console, could be useful if issue only appears in CI.
0 commit comments