Skip to content

Commit d872098

Browse files
committed
StdlibUnittest: clarify what a test does
1 parent cf73dd9 commit d872098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/StdlibUnittest/CrashingTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ _setOverrideOSVersion(.osx(major: 10, minor: 9, bugFix: 3))
88
_setTestSuiteFailedCallback() { print("abort()") }
99

1010
//
11-
// Test that harness aborts when a test crashes
11+
// Test that harness aborts when a test crashes during a test run.
1212
//
1313

1414
var TestSuiteCrashes = TestSuite("TestSuiteCrashes")

0 commit comments

Comments
 (0)