mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Update tests after UNM_VEC fix
This commit is contained in:
parent
be6647304e
commit
239ef93eca
1 changed files with 2 additions and 1 deletions
|
@ -176,7 +176,8 @@ bb_2:
|
||||||
bb_bytecode_1:
|
bb_bytecode_1:
|
||||||
%6 = LOAD_TVALUE R0
|
%6 = LOAD_TVALUE R0
|
||||||
%7 = UNM_VEC %6
|
%7 = UNM_VEC %6
|
||||||
STORE_TVALUE R1, %7
|
%8 = TAG_VECTOR %7
|
||||||
|
STORE_TVALUE R1, %8
|
||||||
INTERRUPT 1u
|
INTERRUPT 1u
|
||||||
RETURN R1, 1i
|
RETURN R1, 1i
|
||||||
)");
|
)");
|
||||||
|
|
Loading…
Add table
Reference in a new issue