Skip to content

Commit c8c1ad5

Browse files
authored
Merge pull request #12119 from slavapestov/metadata-asan-test-fix
Fix ASAN failure in runtime metadata unit tests
2 parents da87b83 + a77f582 commit c8c1ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/runtime/Metadata.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ GenericMetadataTest<StructMetadata> MetadataTest1 = {
182182
metadataWords[2] = argsWords[0];
183183
return metadata;
184184
},
185-
3 * sizeof(void*), // metadata size
185+
2 * sizeof(void*), // metadata size
186186
1, // num arguments
187187
0, // address point
188188
{} // private data

0 commit comments

Comments
 (0)