diff options
Diffstat (limited to 'compiler-rt/test/tsan/tls_race2.cc')
| -rw-r--r-- | compiler-rt/test/tsan/tls_race2.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/tsan/tls_race2.cc b/compiler-rt/test/tsan/tls_race2.cc index b04ff678810..f3139b69fc0 100644 --- a/compiler-rt/test/tsan/tls_race2.cc +++ b/compiler-rt/test/tsan/tls_race2.cc @@ -27,4 +27,5 @@ int main() { // CHECK: WARNING: ThreadSanitizer: data race // CHECK-Linux: Location is TLS of thread T1. // CHECK-FreeBSD: Location is TLS of thread T1. +// CHECK-NetBSD: Location is TLS of thread T1. // CHECK-Darwin: Location is heap block of size 4 |

