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 06ec943 commit 14d7218Copy full SHA for 14d7218
test/stdlib/OptionalTraps.swift
@@ -36,7 +36,7 @@ OptionalTraps.test("UnwrapNone/location")
36
{ _isFastAssertConfiguration() },
37
reason: "this trap is not guaranteed to happen in -Ounchecked"))
38
.crashOutputMatches(_isDebugAssertConfiguration()
39
- ? "test/stdlib/OptionalTraps.swift, line 45"
+ ? "OptionalTraps.swift, line 45"
40
: "")
41
.code {
42
expectCrashLater()
0 commit comments