From 226741d639dcde8838728f590fe0d2fd0c339d32 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Wed, 30 Apr 2014 21:34:17 +0000 Subject: Add %run to all lit tests git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@207709 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/tsan/bench_local_mutex.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/tsan/bench_local_mutex.cc') diff --git a/test/tsan/bench_local_mutex.cc b/test/tsan/bench_local_mutex.cc index 3b656b7b0..0fa1db0c8 100644 --- a/test/tsan/bench_local_mutex.cc +++ b/test/tsan/bench_local_mutex.cc @@ -1,5 +1,5 @@ // RUN: %clangxx_tsan %s -o %t -// RUN: %t 2>&1 | FileCheck %s +// RUN: %run %t 2>&1 | FileCheck %s #include "bench.h" -- cgit v1.2.3