summaryrefslogtreecommitdiff
path: root/test/lsan/TestCases/large_allocation_leak.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/lsan/TestCases/large_allocation_leak.cc')
-rw-r--r--test/lsan/TestCases/large_allocation_leak.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lsan/TestCases/large_allocation_leak.cc b/test/lsan/TestCases/large_allocation_leak.cc
index 38219341d..f41143a8a 100644
--- a/test/lsan/TestCases/large_allocation_leak.cc
+++ b/test/lsan/TestCases/large_allocation_leak.cc
@@ -1,7 +1,7 @@
// Test that LargeMmapAllocator's chunks aren't reachable via some internal data structure.
// RUN: LSAN_BASE="report_objects=1:use_stacks=0:use_registers=0"
// RUN: %clangxx_lsan %s -o %t
-// RUN: LSAN_OPTIONS=$LSAN_BASE not %t 2>&1 | FileCheck %s
+// RUN: LSAN_OPTIONS=$LSAN_BASE not %run %t 2>&1 | FileCheck %s
#include <stdio.h>
#include <stdlib.h>