summaryrefslogtreecommitdiff
path: root/lib/tsan/tests
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-01-30 07:45:58 +0000
committerAlexey Samsonov <samsonov@google.com>2013-01-30 07:45:58 +0000
commitba5e99668e3030cc5bab357a04271a1bdbac209c (patch)
tree8f6e1cbeaf5384a7b09f210f9f8017a1db03a09d /lib/tsan/tests
parenteb41768d814383b007b3cf8effb61fe0b1c68236 (diff)
downloadcompiler-rt-ba5e99668e3030cc5bab357a04271a1bdbac209c.tar.gz
compiler-rt-ba5e99668e3030cc5bab357a04271a1bdbac209c.tar.bz2
compiler-rt-ba5e99668e3030cc5bab357a04271a1bdbac209c.tar.xz
[Sanitizer] update style checker script and fix namespace style warnings
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@173910 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/tsan/tests')
-rw-r--r--lib/tsan/tests/rtl/tsan_test_util_linux.cc2
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 dce8db90..a2601486 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;