summaryrefslogtreecommitdiff
path: root/test/lsan/TestCases/fork.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/lsan/TestCases/fork.cc')
-rw-r--r--test/lsan/TestCases/fork.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lsan/TestCases/fork.cc b/test/lsan/TestCases/fork.cc
index 69258d9a0..9e72fe871 100644
--- a/test/lsan/TestCases/fork.cc
+++ b/test/lsan/TestCases/fork.cc
@@ -1,6 +1,6 @@
// Test that thread local data is handled correctly after forking without exec().
// RUN: %clangxx_lsan %s -o %t
-// RUN: %t 2>&1
+// RUN: %run %t 2>&1
#include <assert.h>
#include <stdio.h>