Revert "tmp: implement a hack to fix LA test"

This reverts commit 0387ce0365.

This change was not needed because the 'IGNORE_BACKEND_K1: JVM'
directive makes the test generated as ignored, in this case it is the
method named `ignoreSignedToUnsignedConversions` which is not even
recognized as a test.
This commit is contained in:
Alexander Udalov
2023-05-30 23:12:50 +02:00
committed by Space Team
parent d7a2e11011
commit 70e9245867
2 changed files with 1 additions and 12 deletions
@@ -1,8 +1,6 @@
// WITH_STDLIB
// !LANGUAGE: +ImplicitSignedToUnsignedIntegerConversion
// IGNORE_BACKEND_K1: JVM
// dedicated hack to avoid unmuting this test in light analysis, see comments in AbstractLightAnalysisModeTest
// FAIL_IN_LIGHT_ANALYSIS
// FILE: signedToUnsignedConversions_annotation.kt
package kotlin.internal