Skip to content

Commit 9238a67

Browse files
committed
Update test output to reflect fix
1 parent af5f616 commit 9238a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_generated_cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,7 @@ def test_unused_used_used(self):
12501250
}
12511251
// THIRD
12521252
{
1253-
y = stack_pointer[-1];
1253+
y = x;
12541254
USE(y);
12551255
}
12561256
DISPATCH();

0 commit comments

Comments
 (0)