tsan: fix flaky test
authorDmitry Vyukov <dvyukov@google.com>
Wed, 20 Mar 2013 09:22:13 +0000 (09:22 +0000)
committerDmitry Vyukov <dvyukov@google.com>
Wed, 20 Mar 2013 09:22:13 +0000 (09:22 +0000)
llvm-svn: 177500

compiler-rt/lib/tsan/lit_tests/mutexset7.cc

index 141bde2..3ec1b52 100644 (file)
@@ -4,6 +4,7 @@
 #include <unistd.h>
 
 int Global;
+__thread int huge[1024*1024];
 
 void *Thread1(void *x) {
   sleep(1);