summaryrefslogtreecommitdiff
path: root/tests/condvar7.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/condvar7.c')
-rw-r--r--tests/condvar7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/condvar7.c b/tests/condvar7.c
index 0e52c64..6ac52f7 100644
--- a/tests/condvar7.c
+++ b/tests/condvar7.c
@@ -126,7 +126,7 @@ mythread(void * arg)
pthread_cleanup_pop(0);
#ifdef _MSC_VER
-#pragma inline_depth(8)
+#pragma inline_depth()
#endif
assert(cvthing.shared > 0);