mirror of
https://github.com/JakeHillion/object-introspection.git
synced 2024-11-12 21:56:54 +00:00
Integration Tests: Fix thrift_unions tests
With a recent Thrift update, we now must also define a destructor for this type.
This commit is contained in:
parent
4fdf44b92d
commit
6b780add4a
@ -16,6 +16,7 @@ raw_definitions = '''
|
||||
namespace cpp2 {
|
||||
void StaticUnion::__fbthrift_clear() {}
|
||||
void DynamicUnion::__fbthrift_clear() {}
|
||||
DynamicUnion::~DynamicUnion() {}
|
||||
}
|
||||
'''
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user