diff options
Diffstat (limited to 'test/tsan/race_on_speculative_load.cc')
-rw-r--r-- | test/tsan/race_on_speculative_load.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/race_on_speculative_load.cc b/test/tsan/race_on_speculative_load.cc index b50b69677d4b7..dd40daeb5c196 100644 --- a/test/tsan/race_on_speculative_load.cc +++ b/test/tsan/race_on_speculative_load.cc @@ -1,5 +1,5 @@ // RUN: %clangxx_tsan -O1 %s -o %t && %run %t | FileCheck %s -// Regtest for https://code.google.com/p/thread-sanitizer/issues/detail?id=40 +// Regtest for https://github.com/google/sanitizers/issues/447 // This is a correct program and tsan should not report a race. #include "test.h" |