mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Fixed test error
This commit is contained in:
parent
3625d76cc7
commit
aad0a640c5
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ namespace IDETest
|
|||
UseUnion(us);
|
||||
|
||||
UStruct2 us2;
|
||||
us2..mFullInt = 0x11223344'55667788;
|
||||
us2.mFullInt = 0x11223344'55667788;
|
||||
UseUnion2(us2);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue