We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f5252 commit e32d221Copy full SHA for e32d221
stdlib/private/StdlibUnittest/StdlibUnittest.swift
@@ -1588,6 +1588,9 @@ class _ParentProcess {
1588
_testSuiteFailedCallback()
1589
} else {
1590
print("\(testSuite.name): All tests passed")
1591
+ if testSuite._tests.isEmpty {
1592
+ print("WARNING: SUITE '\(testSuite.name)' CONTAINED NO TESTS! NO TESTS WERE EXECUTED!")
1593
+ }
1594
}
1595
1596
let (failed: failedOnShutdown, ()) = _shutdownChild()
0 commit comments