[IR] Drop duplicated meta info from interpreters tests

This commit is contained in:
Ivan Kylchik
2023-04-18 11:03:30 +02:00
committed by Space Team
parent 3f60c83921
commit 6b75b3bc4a
25 changed files with 590 additions and 540 deletions
@@ -5,7 +5,8 @@ enum class TestEnum(val testNaming: String) {
OK(OK.<!EVALUATED("OK")!>name<!>),
}
// STOP_EVALUATION_CHECKS
fun box(): String {
val name = TestEnum.OK.<!EVALUATED("OK")!>name<!>
val name = TestEnum.OK.name
return name
}