Skip to content

Commit

Permalink
[NFC][tsan] Move variadic-open test
Browse files Browse the repository at this point in the history
There is nothing Darwin or tsan specific in the test.

For #108291
  • Loading branch information
vitalybuka committed Sep 22, 2024
1 parent 090dc77 commit 3ad3f05
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// RUN: %clangxx_tsan -O1 %s -o %t && %run %t %t.tmp 2>&1 | FileCheck %s
// RUN: %clangxx -O1 %s -o %t && %run %t %t.tmp 2>&1 | FileCheck %s

#include <stdio.h>
#include <assert.h>
#include <fcntl.h>
Expand Down

0 comments on commit 3ad3f05

Please sign in to comment.