Skip to content

Commit

Permalink
~renamed native tests for testing background thread support
Browse files Browse the repository at this point in the history
  • Loading branch information
shanshin committed Apr 26, 2024
1 parent b6cb735 commit 21b5775
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ kotlin {
setExecutionSourceFrom(thisTest)
executionTask.configure {
this as KotlinNativeTest
targetName = "$targetName worker with new MM"
targetName = "$targetName background thread"
}
}
}
Expand Down

0 comments on commit 21b5775

Please sign in to comment.