forked from OSchip/llvm-project
[msan] Re-enable one test.
It has been fixed a long time ago. llvm-svn: 223226
This commit is contained in:
parent
1e4b71351f
commit
340347a83f
|
@ -3752,8 +3752,7 @@ struct S {
|
|||
U2 b;
|
||||
};
|
||||
|
||||
// http://code.google.com/p/memory-sanitizer/issues/detail?id=6
|
||||
TEST(MemorySanitizerOrigins, DISABLED_InitializedStoreDoesNotChangeOrigin) {
|
||||
TEST(MemorySanitizerOrigins, InitializedStoreDoesNotChangeOrigin) {
|
||||
if (!TrackingOrigins()) return;
|
||||
|
||||
S s;
|
||||
|
|
Loading…
Reference in New Issue