[compiler-rt] r236446 - Fix Windows coverage test with lit shell
Reid Kleckner
reid at kleckner.net
Mon May 4 12:41:58 PDT 2015
Author: rnk
Date: Mon May 4 14:41:58 2015
New Revision: 236446
URL: http://llvm.org/viewvc/llvm-project?rev=236446&view=rev
Log:
Fix Windows coverage test with lit shell
Modified:
compiler-rt/trunk/test/asan/TestCases/Windows/coverage-basic.cc
Modified: compiler-rt/trunk/test/asan/TestCases/Windows/coverage-basic.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Windows/coverage-basic.cc?rev=236446&r1=236445&r2=236446&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Windows/coverage-basic.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Windows/coverage-basic.cc Mon May 4 14:41:58 2015
@@ -1,7 +1,7 @@
// RUN: rm -rf %T/coverage-basic
// RUN: mkdir %T/coverage-basic && cd %T/coverage-basic
// RUN: %clangxx_asan -fsanitize-coverage=1 %s -o test.exe
-// RUN: env ASAN_OPTIONS=coverage=1 %run test.exe
+// RUN: env ASAN_OPTIONS=coverage=1 %run ./test.exe
//
// RUN: %sancov print *.sancov | FileCheck %s
#include <stdio.h>
More information about the llvm-commits
mailing list