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 478da39 commit 2ae0c65Copy full SHA for 2ae0c65
Tests/SystemTests/TestingInfrastructure.swift
@@ -37,7 +37,7 @@ extension Trace.Entry {
37
#endif // ENABLE_MOCKING
38
39
// To aid debugging, force failures to fatal error
40
-internal var forceFatalFailures = false
+internal let forceFatalFailures = false
41
42
internal protocol TestCase {
43
// TODO: want a source location stack, more fidelity, kinds of stack entries, etc
0 commit comments