[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:
committed by
TeamCityServer
parent
0f076e16ed
commit
b454fcc1e0
@@ -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 {
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -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>) {
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -5,4 +5,3 @@ fun test1() {
|
||||
/*-> Runnable */
|
||||
hello.run()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user