[tsan] enable tsan-vs-gvn test since it is now fixed

llvm-svn: 176079
This commit is contained in:
Kostya Serebryany
2013-02-26 08:18:27 +00:00
parent 8caf654731
commit 01a32bdef1

View File

@@ -20,8 +20,7 @@ void *Thread1(void *x) {
}
void *Thread2(void *x) {
// FIXME: enable this line back once gvn vs tsan is fixed.
// S.c2 = 1;
S.c2 = 1;
return NULL;
}