Skip to content

Commit 2ae0c65

Browse files
committed
Make shared state constant as intended.
1 parent 478da39 commit 2ae0c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SystemTests/TestingInfrastructure.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ extension Trace.Entry {
3737
#endif // ENABLE_MOCKING
3838

3939
// To aid debugging, force failures to fatal error
40-
internal var forceFatalFailures = false
40+
internal let forceFatalFailures = false
4141

4242
internal protocol TestCase {
4343
// TODO: want a source location stack, more fidelity, kinds of stack entries, etc

0 commit comments

Comments
 (0)