diff options
Diffstat (limited to 'lib/tsan/tests/rtl/tsan_test_util_linux.cc')
-rw-r--r-- | lib/tsan/tests/rtl/tsan_test_util_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tsan/tests/rtl/tsan_test_util_linux.cc b/lib/tsan/tests/rtl/tsan_test_util_linux.cc index dce8db90de70b..a2601486a2e1f 100644 --- a/lib/tsan/tests/rtl/tsan_test_util_linux.cc +++ b/lib/tsan/tests/rtl/tsan_test_util_linux.cc @@ -73,7 +73,7 @@ bool OnReport(const ReportDesc *rep, bool suppressed) { expect_report_reported = true; return true; } -} +} // namespace __tsan static void* allocate_addr(int size, int offset_from_aligned = 0) { static uintptr_t foo; |