Skip to content

Commit 17ab9e6

Browse files
committed
[TSAN] Move test into Linux/
Linux specific test was introduced by #86537
1 parent cb898e2 commit 17ab9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/tsan/signal_in_futex_wait.cpp renamed to compiler-rt/test/tsan/Linux/signal_in_futex_wait.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %clang_tsan %s -lstdc++ -o %t && %run %t 2>&1 | FileCheck %s
22

3-
#include "test.h"
3+
#include "../test.h"
44
#include <errno.h>
55
#include <linux/futex.h>
66
#include <pthread.h>

0 commit comments

Comments
 (0)