summaryrefslogtreecommitdiff
path: root/test/lsan/TestCases/new_array_with_dtor_0.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/lsan/TestCases/new_array_with_dtor_0.cc')
-rw-r--r--test/lsan/TestCases/new_array_with_dtor_0.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lsan/TestCases/new_array_with_dtor_0.cc b/test/lsan/TestCases/new_array_with_dtor_0.cc
index 3784d81a5..59259616e 100644
--- a/test/lsan/TestCases/new_array_with_dtor_0.cc
+++ b/test/lsan/TestCases/new_array_with_dtor_0.cc
@@ -1,6 +1,6 @@
// Regression test:
// https://code.google.com/p/address-sanitizer/issues/detail?id=257
-// RUN: %clangxx_lsan %s -o %t && %t 2>&1 | FileCheck %s
+// RUN: %clangxx_lsan %s -o %t && %run %t 2>&1 | FileCheck %s
#include <stdio.h>