diff --git a/IDE/Tests/Test1/src/Unions.bf b/IDE/Tests/Test1/src/Unions.bf index 07415f61..2fec4eb7 100644 --- a/IDE/Tests/Test1/src/Unions.bf +++ b/IDE/Tests/Test1/src/Unions.bf @@ -51,7 +51,7 @@ namespace IDETest UseUnion(us); UStruct2 us2; - us2..mFullInt = 0x11223344'55667788; + us2.mFullInt = 0x11223344'55667788; UseUnion2(us2); } }