1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Fixed test error

This commit is contained in:
Brian Fiete 2019-08-29 18:10:38 -07:00
parent 3625d76cc7
commit aad0a640c5

View file

@ -51,7 +51,7 @@ namespace IDETest
UseUnion(us);
UStruct2 us2;
us2..mFullInt = 0x11223344'55667788;
us2.mFullInt = 0x11223344'55667788;
UseUnion2(us2);
}
}