You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Take care of cases where the symbol exists in table diffblue/test-gen#480
In add_string_type, instead of deleting the symbol from the symbol
table and then adding one with the same name, we use symbol.move to
get a pointer to the existing symbol if it exist or create a new one.
0 commit comments