summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/thread_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/thread_test.cpp b/test/thread_test.cpp
index f59894f..785e596 100644
--- a/test/thread_test.cpp
+++ b/test/thread_test.cpp
@@ -76,5 +76,5 @@ main()
++n_errors;
}
- return n_errors.get();
+ return n_errors.load();
}