[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
Vendored
-1
@@ -17,4 +17,3 @@ fun testF(x: Comparable<Float>, y: Comparable<Float>): Boolean {
|
||||
else -> false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
-1
@@ -4,4 +4,3 @@ fun test(x: Any): Boolean {
|
||||
else -> x /*as Double */
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Vendored
-1
@@ -77,4 +77,3 @@ fun Float.test3fr(x: Any): Boolean {
|
||||
else -> false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
-1
@@ -83,4 +83,3 @@ fun testDF(x: Any, y: Any): Boolean {
|
||||
else -> false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Vendored
-1
@@ -113,4 +113,3 @@ fun Float.test6fr(x: Any): Boolean {
|
||||
else -> false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Vendored
-1
@@ -83,4 +83,3 @@ fun testDF(x: Any, y: Any): Boolean {
|
||||
else -> false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
-1
@@ -59,4 +59,3 @@ fun testDF(x: Any, y: Any): Boolean {
|
||||
else -> false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Vendored
-1
@@ -4,4 +4,3 @@ fun test(x: Any?, y: Double): Boolean {
|
||||
else -> false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Vendored
-1
@@ -43,4 +43,3 @@ fun testDI2(x: Any?, y: Any?): Boolean {
|
||||
else -> false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
-1
@@ -62,4 +62,3 @@ class F<T : Float> {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Vendored
-1
@@ -77,4 +77,3 @@ fun testWithPrematureExitInConditionSubexpression(x: Any): Int {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Vendored
-1
@@ -77,4 +77,3 @@ fun testWithPrematureExitInConditionSubexpression(x: Any): Int {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user