@@ -38,13 +38,13 @@ sil [ossa] @empty_fn_caller_caller : $@convention(thin) () -> () {
3838}
3939
4040
41- // CHECK-LABEL: begin running test 1 of {{[0-9]+}} on call_functions: dump-function
41+ // CHECK-LABEL: begin running test 1 of {{[0-9]+}} on call_functions: dump_function
4242// CHECK: [[EMPTY_FN:%[^,]+]] = function_ref @empty_fn
4343// CHECK: [[EMPTY_FN_CALLER:%[^,]+]] = function_ref @empty_fn_caller
4444// CHECK: [[EMPTY_FN_CALLER_CALLER:%[^,]+]] = function_ref @empty_fn_caller_caller
4545// CHECK: [[UNKNOWN:%[^,]+]] = function_ref @unknown
4646// CHECK: [[UNKNOWN_CALLER:%[^,]+]] = function_ref @unknown_caller
47- // CHECK-LABEL: end running test 1 of {{[0-9]+}} on call_functions: dump-function
47+ // CHECK-LABEL: end running test 1 of {{[0-9]+}} on call_functions: dump_function
4848// CHECK-LABEL: begin running test 2 of {{[0-9]+}} on call_functions: is_deinit_barrier
4949// CHECK: apply [[EMPTY_FN]]
5050// CHECK: false
@@ -67,7 +67,7 @@ sil [ossa] @empty_fn_caller_caller : $@convention(thin) () -> () {
6767// CHECK-LABEL: end running test 6 of {{[0-9]+}} on call_functions: is_deinit_barrier
6868sil [ossa] @call_functions : $@convention(thin) () -> () {
6969entry:
70- specify_test "dump-function "
70+ specify_test "dump_function "
7171 specify_test "is_deinit_barrier @instruction[1]"
7272 %empty_fn = function_ref @empty_fn : $@convention(thin) () -> ()
7373 apply %empty_fn() : $@convention(thin) () -> ()
0 commit comments