Skip to content

Commit d8fe155

Browse files
committed
tests: fix the SILOptimizer/specialize.sil test file
This is a follow up of #64632 The missing line in the test caused the test to always pass, even if the compiler bug fix is not in place.
1 parent 8990a12 commit d8fe155

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/SILOptimizer/specialize.sil

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,3 +757,5 @@ bb0:
757757
return %r : $()
758758
}
759759

760+
sil @$s7closures5UInt8V_Tg5 : $@convention(thin) (UInt8) -> ()
761+

0 commit comments

Comments
 (0)