[FIR] Disambiguate names of files with helpers in spec tests

Test framework assumes that there won't be any files with same names
  in one test. But there were cases when test declared test file
  with same name as one of files with helpers (e.g. `functions.kt`)
This commit is contained in:
Dmitriy Novozhilov
2022-12-21 14:09:35 +02:00
committed by Space Team
parent 54a004ef1a
commit 1b16d651ae
2 changed files with 2 additions and 4 deletions
@@ -1,7 +1,6 @@
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
// SKIP_TXT
// FILE: functions.kt
// FILE: testFunctions.kt
package functions
@@ -1,4 +1,3 @@
// FIR_DISABLE_LAZY_RESOLVE_CHECKS
// FIR_IDE_IGNORE
// SKIP_TXT
@@ -12,7 +11,7 @@
* HELPERS: checkType
*/
// FILE: functions.kt
// FILE: testFunctions.kt
package functions