forked from OSchip/llvm-project
[asan] re-enable the test for ObjC initialization bug
llvm-svn: 149302
This commit is contained in:
parent
2dd5756bf1
commit
9aca3b0d2f
|
@ -55,8 +55,7 @@ char kStartupStr[] =
|
|||
|
||||
+(void) load {
|
||||
for (int i = 0; i < strlen(kStartupStr); i++) {
|
||||
// TODO: this is currently broken, see Issue 33.
|
||||
// access_memory(&kStartupStr[i]); // make sure no optimizations occur.
|
||||
access_memory(&kStartupStr[i]); // make sure no optimizations occur.
|
||||
}
|
||||
// Don't print anything here not to interfere with the death tests.
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue