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/race_on_write.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/tsan/race_on_write.cc') diff --git a/test/tsan/race_on_write.cc b/test/tsan/race_on_write.cc index 8a56c8464..add22ce60 100644 --- a/test/tsan/race_on_write.cc +++ b/test/tsan/race_on_write.cc @@ -1,4 +1,4 @@ -// RUN: %clangxx_tsan -O1 %s -o %t && not %t 2>&1 | FileCheck %s +// RUN: %clangxx_tsan -O1 %s -o %t && not %run %t 2>&1 | FileCheck %s #include #include #include -- cgit v1.2.3