summaryrefslogtreecommitdiff
path: root/test/tsan
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan')
-rw-r--r--test/tsan/deep_stack1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/deep_stack1.cc b/test/tsan/deep_stack1.cc
index e56408322..44dd0c443 100644
--- a/test/tsan/deep_stack1.cc
+++ b/test/tsan/deep_stack1.cc
@@ -26,7 +26,7 @@ void *Thread(void *p) {
static size_t RoundUp(size_t n, size_t to) {
return ((n + to - 1) / to) * to;
-}
+}
int main() {
barrier_init(&barrier, 2);