Skip to content

Commit 3ad3f05

Browse files
committed
[NFC][tsan] Move variadic-open test
There is nothing Darwin or tsan specific in the test. For #108291
1 parent 090dc77 commit 3ad3f05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler-rt/test/tsan/Darwin/variadic-open.cpp renamed to compiler-rt/test/sanitizer_common/TestCases/Posix/variadic-open.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// RUN: %clangxx_tsan -O1 %s -o %t && %run %t %t.tmp 2>&1 | FileCheck %s
1+
// RUN: %clangxx -O1 %s -o %t && %run %t %t.tmp 2>&1 | FileCheck %s
2+
23
#include <stdio.h>
34
#include <assert.h>
45
#include <fcntl.h>

0 commit comments

Comments
 (0)