[K/N] Added FileCheck for noreturn attribute absence for suspend functions

This commit is contained in:
Elena Lepilkina
2021-10-25 16:56:56 +03:00
committed by Space
parent 48e3df5224
commit 751f1a3b91
2 changed files with 46 additions and 0 deletions
@@ -5894,6 +5894,10 @@ fileCheckTest("filecheck_escape_analysis_disabled") {
checkPrefix = "CHECK-DEBUG"
}
fileCheckTest("filecheck_suspend_returnNothing") {
annotatedSource = project.file('filecheck/suspend_returnNothing.kt')
}
fileCheckTest("filecheck_bce") {
annotatedSource = project.file('filecheck/bce.kt')
}