Remove IGNORE_FIR from test data of already green test

This commit is contained in:
Roman Golyshev
2021-05-13 00:30:41 +03:00
committed by teamcityserver
parent 238ada04c0
commit 9cadd1c8a7
+1 -2
View File
@@ -13,5 +13,4 @@ fun foo() {
else -> { /* second else branch */ }
3 -> { /* some other code */ }
}
}
/* IGNORE_FIR */
}