summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Windows/dll_control_c.cc
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2015-07-22 22:25:07 +0000
committerReid Kleckner <reid@kleckner.net>2015-07-22 22:25:07 +0000
commit51eb296b9e32cc4299f3c4c42b89f7d7f4326db7 (patch)
treed609083c1b9568ab4ec0a0649e39d6d710e4793f /test/asan/TestCases/Windows/dll_control_c.cc
parent2fba7f64cf7caeca1e70aae081604b1e413e1943 (diff)
[asan] Disable ctrl+c test until I figure out how to make it portable
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@242952 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/asan/TestCases/Windows/dll_control_c.cc')
-rw-r--r--test/asan/TestCases/Windows/dll_control_c.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Windows/dll_control_c.cc b/test/asan/TestCases/Windows/dll_control_c.cc
index 08e036f57..b53cb3f62 100644
--- a/test/asan/TestCases/Windows/dll_control_c.cc
+++ b/test/asan/TestCases/Windows/dll_control_c.cc
@@ -1,6 +1,6 @@
// RUN: %clang_cl_asan -O0 %p/dll_host.cc -Fe%t
// RUN: %clang_cl_asan -LD -O2 %s -Fe%t.dll
-// RUN: %run %t %t.dll 2>&1 | FileCheck %s
+// RUNX: %run %t %t.dll 2>&1 | FileCheck %s
// Check that ASan does not CHECK fail when SEH is used around a crash from a
// thread injected by control C.