[FIR] Save IR dumps to .ir.txt files instead of .txt in tests

This is needed to avoid clashes between different dumps from different
  handlers
This commit is contained in:
Dmitriy Novozhilov
2021-10-01 12:31:45 +03:00
committed by TeamCityServer
parent 0f076e16ed
commit b454fcc1e0
1175 changed files with 1678 additions and 2577 deletions
@@ -4,4 +4,3 @@ val anonymous: Function0<Unit>
}
get
@@ -62,5 +62,3 @@ var fn: Function1<A, Int>
get
set
@@ -4,4 +4,3 @@ fun test1(): Int {
}
)
}
-1
View File
@@ -11,4 +11,3 @@ val test2: Function0<Unit>
}
get
@@ -10,4 +10,3 @@ fun outer() {
local()
}
@@ -43,4 +43,3 @@ fun test(fooImpl: IFoo, invokeImpl: IInvoke) {
}
) /*~> Unit */
}
@@ -48,4 +48,3 @@ fun testLrmFoo2(ints: List<Int>) {
}
)
}
-1
View File
@@ -5,4 +5,3 @@ fun test1() {
/*-> Runnable */
hello.run()
}