Replace hashes in bytecode listing tests with 'HASH'

This commit is contained in:
Michael Bogdanov
2016-03-24 15:53:52 +01:00
parent 2692a7d35c
commit 6547fa1d4c
4 changed files with 10 additions and 10 deletions
@@ -16,8 +16,4 @@ fun noInline(lambda: ()->Unit) : Runnable {
fun noInline2(lambda: ()->Unit) : Runnable {
return Runnable(lambda)
}
// 1 final class test/_1Kt\$sam\$Runnable\$89f9321c
// 1 public final class test/_1Kt\$sam\$Runnable\$i\$89f9321c
// 2 class test/_1Kt\$sam\$
}