[asan] re-enable the test for ObjC initialization bug

llvm-svn: 149302
This commit is contained in:
Kostya Serebryany 2012-01-30 23:55:46 +00:00
parent 2dd5756bf1
commit 9aca3b0d2f
1 changed files with 1 additions and 2 deletions

View File

@ -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.
}