Skip to content

Commit fa59564

Browse files
committed
Fix naming in testcase.
1 parent 99e1bb1 commit fa59564

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/codegen/zerolengtharray_gh1611.d

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ struct uint_0_uint
1616

1717
// No tests for codegen with e.g. uint_0_uint yet, because codegen could be much improved.
1818
// I think codegen should be the same as for
19-
// struct uint_bool
19+
// struct uint_uint
2020
// {
2121
// uint a = 111;
2222
// uint c = 333;
@@ -30,8 +30,8 @@ auto fooA0()
3030
// CHECK: {{ ret }}
3131
}
3232

33-
// CHECK-LABEL: define{{.*}}foo_uint_0_bool
34-
auto foo_uint_0_bool()
33+
// CHECK-LABEL: define{{.*}}foo_uint_0_uint
34+
auto foo_uint_0_uint()
3535
{
3636
return uint_0_uint();
3737
// Intentionally a regexp to not match "sret"

0 commit comments

Comments
 (0)