Reduce boilerplate in CompileKotlinAgainstCustomBinariesTest

Check against output.txt in compileKotlin; adapt test data of some tests
This commit is contained in:
Alexander Udalov
2017-05-25 18:37:41 +03:00
parent 0899eb9924
commit dae414854d
6 changed files with 35 additions and 75 deletions
@@ -3,7 +3,7 @@ package test
public class A {
inline public fun test(s: () -> Unit) {
s()
}
}