Files
swift-mirror/test/SILOptimizer/small_projection_path_unit.sil
Erik Eckstein 39b9969049 SIL: use Test for the SmallProjectionPath's unit tests
Now that we have `Test` available in the SIL module, we can use it for the SmallProjectionPath's unit tests and get rid of the RunUnitTests pass.
2025-09-24 11:46:34 +02:00

10 lines
225 B
Plaintext

// RUN: %target-sil-opt -test-runner -sil-disable-input-verify %s -o /dev/null
sil_stage raw
sil @small_projection_path_unit_tests : $@convention(thin) () -> () {
bb0:
specify_test "small_projection_path"
unreachable
}