[K/N][tests] Rename tags: hostOnly() -> forceHostTarget()
This commit is contained in:
committed by
Space Team
parent
d998ccedc2
commit
cdf84a019d
+2
-2
@@ -190,7 +190,7 @@ fun main() {
|
|||||||
debugger(),
|
debugger(),
|
||||||
provider<UseStandardTestCaseGroupProvider>(),
|
provider<UseStandardTestCaseGroupProvider>(),
|
||||||
forceDebugMode(),
|
forceDebugMode(),
|
||||||
hostOnly()
|
forceHostTarget()
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
model("lldb")
|
model("lldb")
|
||||||
@@ -207,7 +207,7 @@ private fun forceDebugMode() = annotation(
|
|||||||
"propertyValue" to "DEBUG"
|
"propertyValue" to "DEBUG"
|
||||||
)
|
)
|
||||||
|
|
||||||
private fun hostOnly() = provider<EnforcedHostTarget>()
|
private fun forceHostTarget() = annotation(EnforcedHostTarget::class.java)
|
||||||
|
|
||||||
private fun noPartialLinkage() = annotation(
|
private fun noPartialLinkage() = annotation(
|
||||||
UsePartialLinkage::class.java,
|
UsePartialLinkage::class.java,
|
||||||
|
|||||||
Reference in New Issue
Block a user