Get rid of duplicated file names in spec tests
Otherwise, corresponding IDE tests would fail on creation duplicated files in the same directory
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
||||
* HELPERS: checkType
|
||||
*/
|
||||
|
||||
// FILE: functions.kt
|
||||
// FILE: fileWithFunctions.kt
|
||||
|
||||
package functions
|
||||
|
||||
|
||||
+2
-2
@@ -13,7 +13,7 @@
|
||||
*/
|
||||
|
||||
|
||||
// FILE: TestCase.kt
|
||||
// FILE: TestCase1.kt
|
||||
// TESTCASE NUMBER: 1
|
||||
package testPackCase1
|
||||
|
||||
@@ -36,7 +36,7 @@ class Case1() {
|
||||
var a: A = A()
|
||||
}
|
||||
|
||||
// FILE: TestCase.kt
|
||||
// FILE: TestCase2.kt
|
||||
// TESTCASE NUMBER: 2
|
||||
package testPackCase2
|
||||
|
||||
|
||||
+3
-3
@@ -12,7 +12,7 @@
|
||||
* DESCRIPTION: The type of the try-expression is the least upper bound of the types of the last expressions of the try body and the last expressions of all the catch blocks
|
||||
*/
|
||||
|
||||
// FILE: TestCase.kt
|
||||
// FILE: TestCase1.kt
|
||||
// TESTCASE NUMBER: 1
|
||||
package testPackCase1
|
||||
|
||||
@@ -38,7 +38,7 @@ fun case1() {
|
||||
}
|
||||
}
|
||||
|
||||
// FILE: TestCase.kt
|
||||
// FILE: TestCase2.kt
|
||||
// TESTCASE NUMBER: 2
|
||||
package testPackCase2
|
||||
|
||||
@@ -66,7 +66,7 @@ fun case2() {
|
||||
}
|
||||
|
||||
|
||||
// FILE: TestCase.kt
|
||||
// FILE: TestCase3.kt
|
||||
// TESTCASE NUMBER: 3
|
||||
// ISSUES: KT-35494
|
||||
package testPackCase3
|
||||
|
||||
Reference in New Issue
Block a user