Add SKIP_DCE_DRIVEN directive in JS-IR tests
Otherwise they fail with a compiler exception: "An operation is not implemented: SAM conversion"
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
// SKIP_DCE_DRIVEN
|
||||
|
||||
fun sort(list: MutableList<String>, comparator: (String, String) -> Int) {
|
||||
list.sortWith(Comparator(comparator))
|
||||
|
||||
Reference in New Issue
Block a user