summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Darwin/malloc_zone-protected.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Darwin/malloc_zone-protected.cc')
-rw-r--r--test/asan/TestCases/Darwin/malloc_zone-protected.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Darwin/malloc_zone-protected.cc b/test/asan/TestCases/Darwin/malloc_zone-protected.cc
index d5f6c7c12..362b60e20 100644
--- a/test/asan/TestCases/Darwin/malloc_zone-protected.cc
+++ b/test/asan/TestCases/Darwin/malloc_zone-protected.cc
@@ -3,7 +3,7 @@
#include <stdio.h>
// RUN: %clangxx_asan %s -o %t
-// RUN: not %t 2>&1 | FileCheck %s
+// RUN: not %run %t 2>&1 | FileCheck %s
void *pwn(malloc_zone_t *unused_zone, size_t unused_size) {