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 9fd0e92 commit cb7bc98Copy full SHA for cb7bc98
stdlib/private/StdlibUnittest/StdlibUnittest.swift
@@ -1608,6 +1608,9 @@ class _ParentProcess {
1608
_testSuiteFailedCallback()
1609
} else {
1610
print("\(testSuite.name): All tests passed")
1611
+ if testSuite._tests.isEmpty {
1612
+ print("WARNING: SUITE '\(testSuite.name)' CONTAINED NO TESTS! NO TESTS WERE EXECUTED!")
1613
+ }
1614
}
1615
1616
let (failed: failedOnShutdown, ()) = _shutdownChild()
0 commit comments