I'm trying to run the sample tests from `libraries...
# kontributors
l
I'm trying to run the sample tests from
libraries/stdlib/samples/test/samples/collections/maps.kt
. If I click on the "Run test" button next to
class Maps {
, all tests run fine. If I click on the button next to
class Instantiation {
, I get the error message:
Copy code
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':kotlin-stdlib:samples:test'.
> No tests found for given includes: [samples.collections.Maps.Instantiation](filter.includeTestsMatching)
I've found https://youtrack.jetbrains.com/issue/KT-20430 but I'm not sure if this is the same issue. Can somebody clear this up?