Update test data

This commit is contained in:
Georgy Bronnikov
2018-11-29 12:48:34 +03:00
parent 32640750ee
commit ffa3d7c57a
3 changed files with 15 additions and 1 deletions
@@ -91,7 +91,7 @@ class JvmLower(val context: JvmBackendContext) {
var state = irFile
// TODO run lowering passes as callbacks in bottom-up visitor
context.rootPhaseManager(irFile).apply {
context.rootPhaseManager(irFile).apply {
for (jvmPhase in jvmPhases) {
state = phase(jvmPhase, context, state)
}