summaryrefslogtreecommitdiff
path: root/test/tsan/static_init6.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/static_init6.cc')
-rw-r--r--test/tsan/static_init6.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/tsan/static_init6.cc b/test/tsan/static_init6.cc
index 06215ced3..b334981e8 100644
--- a/test/tsan/static_init6.cc
+++ b/test/tsan/static_init6.cc
@@ -1,5 +1,4 @@
-// RUN: %clangxx_tsan %linux_static_libstdcplusplus -O1 %s -o %t && %run %t 2>&1 \
-// RUN: | FileCheck %s
+// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
#include <pthread.h>
#include <stdlib.h>
#include <stdio.h>