Skip to content

Commit 1b5f89b

Browse files
committed
Update the other affected tests
1 parent 1b64b42 commit 1b5f89b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: source/compiler/tests/__emit_p6.pwn

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ stock test__push_u(&local_refvar, local_refarray[])
102102

103103
main()
104104
{
105-
new t, a[2];
105+
new t = 0, a[2] = { 0, ... };
106106
test__op_load_u_pri_alt(t, a); // 4
107107
test__op_stor_u_pri_alt(t, a); // 6
108108
test__op_addr_u_pri_alt(t, a); // 6

Diff for: source/compiler/tests/meaningless_class_specifiers_gh_172.pwn

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ f6(&v) {
1414
}
1515

1616
main() {
17-
new a;
17+
new a = 0;
1818
f1(a);
1919
f2(a);
2020
f3(a);

0 commit comments

Comments
 (0)