Files
swift-mirror/test/stdlib/Optional.swift
Max Moiseev e888dd94cd [test] Revert use of expectCrash(executing:) in the optional test
The test is conditionally XFAILed for the release configuration only,
but using `expectCrash(executing:)` make it fail even in release mode,
but for a wrong reason (`expectUnreachable()` is unconditional).
2017-12-15 09:57:38 -08:00

11 KiB