mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
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.
10 lines
225 B
Plaintext
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
|
|
}
|