提交 2fd657b7 编写于 作者: I Igor Chevdar

[box-tests] Fixed test for K/N

上级 8b5f2f94
......@@ -39,7 +39,8 @@ fun box(): String {
receiver = { invokeOrder += " receiver"; "R" }()
)
if (result != "C, R, I") return "fail 3: $result"
if (invokeOrder != "init constraints receiver") return "fail 4: $invokeOrder"
// Change test after e3fe1bcf7c3 has been dealt with.
if (invokeOrder != "init receiver constraints") return "fail 4: $invokeOrder"
result = ""
invokeOrder = ""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册