[Test] Filter out support module with coroutine helpers from module deps

In old tests coroutine helpers was added as separate module named `support`
  instead of additional files for current module.
So to safe compatibility with old testdata we need to filter this dependency
This commit is contained in:
Dmitriy Novozhilov
2020-12-28 16:17:54 +03:00
committed by TeamCityServer
parent 065255adbe
commit 3a41f1e435
2 changed files with 15 additions and 1 deletions
@@ -1,3 +1,5 @@
// WITH_COROUTINES
// WITH_RUNTIME
// MODULE: lib
// FILE: lib.kt
inline fun foo(x: String = "OK"): String {