Skip to content

Commit 3f239bd

Browse files
committed
fast_unwind_on_fatal
1 parent 1670e0a commit 3f239bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/tsan/many_held_mutex.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %clangxx_tsan -O1 %s %link_libcxx_tsan -fsanitize=thread -o %t
22
// RUN: %run %t 128
3-
// RUN: not %run %t 129
3+
// RUN: %env_tsan_opts=fast_unwind_on_fatal=1 not %run %t 129
44

55
#include <mutex>
66
#include <vector>

0 commit comments

Comments
 (0)