tsan: update the test since the bug is fixed

http://llvm.org/bugs/show_bug.cgi?id=19113 is fixed, so enable the better CHECK

llvm-svn: 203784
This commit is contained in:
Dmitry Vyukov 2014-03-13 10:54:16 +00:00
parent a1b42ec0f2
commit a02fac7bec
1 changed files with 1 additions and 5 deletions

View File

@ -49,9 +49,5 @@ int main() {
pthread_join(t[1], NULL);
}
// CHECK: WARNING: ThreadSanitizer: data race
// but should be:
// WARNING: ThreadSanitizer: data race on vptr
// see http://llvm.org/bugs/show_bug.cgi?id=19113
// CHECK: WARNING: ThreadSanitizer: data race on vptr