summaryrefslogtreecommitdiff
path: root/test/tsan/Darwin/gcd-groups-stress.mm
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/Darwin/gcd-groups-stress.mm')
-rw-r--r--test/tsan/Darwin/gcd-groups-stress.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/Darwin/gcd-groups-stress.mm b/test/tsan/Darwin/gcd-groups-stress.mm
index 62a80085e..9ed85bdfe 100644
--- a/test/tsan/Darwin/gcd-groups-stress.mm
+++ b/test/tsan/Darwin/gcd-groups-stress.mm
@@ -30,7 +30,7 @@ int main() {
dispatch_async(q, ^{
dispatch_group_leave(g);
});
- dispatch_group_notify_f(g, q, nullptr, &notify_callback);
+ dispatch_group_notify_f(g, q, NULL, &notify_callback);
dispatch_release(g);
}