Skip to content

Commit 9167a13

Browse files
authored
Adjust the indentation of a Ruby test
1 parent a3ac0eb commit 9167a13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zjit/src/hir.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4016,7 +4016,7 @@ mod tests {
40164016
fn test_putspecialobject_vm_core_and_cbase() {
40174017
eval("
40184018
def test
4019-
alias aliased __callee__
4019+
alias aliased __callee__
40204020
end
40214021
");
40224022
assert_method_hir_with_opcode("test", YARVINSN_putspecialobject, expect![[r#"

0 commit comments

Comments
 (0)